#66780B

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

Shades of Fiji Green #66780B

Tints of Fiji Green #66780B

Color information

#66780B (or 0x66780B) is unknown color: approx Fiji Green. HEX triplet: 66, 78 and 0B. RGB value is (102,120,11). Sum of RGB (Red+Green+Blue) = 102+120+11=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #66780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66780B is #9987F4. Grayscale: #666666. Windows color (decimal): -10061813 or 751718. OLE color: 751718.

HSL color Cylindrical-coordinate representation of color #66780B: hue angle of 69.91º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66780B is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB10212011-
CMYK0.1500.910.53
HSL69.91º83.21%25.69%-
HSV(B)69.91º90.83%47.06%-
XYZ12.2616.282.81-
YUV102.1976.54127.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 11 (4.69% from 255) = 4.72%
R=43.78%
G=51.50%
B=4.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102120110.1500.910.5369.9183.2125.69
Hex6678BF05B3546531a
Octal146170131701336510612332
Binary1100110111100010111111010110111101011000110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66780B; }

 p { color: rgb(102,120,11); }

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

<style>
 a { background-color: #66780B; }

 a { background-color: rgb(102,120,11); }

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

<style>
 span { border-color: #66780B; }

 span { border-color: rgb(102,120,11); }

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