#66790E

Color #66790E Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #66790E

Tints of Fiji Green #66790E

Color information

#66790E (or 0x66790E) is unknown color: approx Fiji Green. HEX triplet: 66, 79 and 0E. RGB value is (102,121,14). Sum of RGB (Red+Green+Blue) = 102+121+14=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #66790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66790E is #9986F1. Grayscale: #676767. Windows color (decimal): -10061554 or 948582. OLE color: 948582.

HSL color Cylindrical-coordinate representation of color #66790E: hue angle of 70.65º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66790E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB10212114-
CMYK0.1600.880.53
HSL70.65º79.26%26.47%-
HSV(B)70.65º88.43%47.45%-
XYZ12.416.532.95-
YUV103.1277.71127.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=43.04%
G=51.05%
B=5.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102121140.1600.880.5370.6579.2626.47
Hex6679E1005835474f1a
Octal146171162001306510711732
Binary11001101111001111010000010110001101011000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66790E; }

 p { color: rgb(102,121,14); }

 H1.HeaderClassName
 {
   color: #66790E;
 }
 .AnyTagClassName
 {
   color: #66790E;
 }
</style>
background-color css

<style>
 a { background-color: #66790E; }

 a { background-color: rgb(102,121,14); }

 div.DivClassName
 {
   background-color: #66790E;
 }
 .BgClassName
 {
   background-color: #66790E;
 }
</style>
border-color css

<style>
 span { border-color: #66790E; }

 span { border-color: rgb(102,121,14); }

 td.TdClassName
 {
   border-color: #66790E;
 }
 .TagClassName
 {
   border-color: #66790E;
 }
</style>