#66781E

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

Shades of Fiji Green #66781E

Tints of Fiji Green #66781E

Color information

#66781E (or 0x66781E) is unknown color: approx Fiji Green. HEX triplet: 66, 78 and 1E. RGB value is (102,120,30). Sum of RGB (Red+Green+Blue) = 102+120+30=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #66781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66781E is #9987E1. Grayscale: #686868. Windows color (decimal): -10061794 or 1996902. OLE color: 1996902.

HSL color Cylindrical-coordinate representation of color #66781E: hue angle of 72º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66781E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB10212030-
CMYK0.1500.750.53
HSL72º60%29.41%-
HSV(B)72º75%47.06%-
XYZ12.4316.353.73-
YUV104.3686.04126.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=40.48%
G=47.62%
B=11.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102120300.1500.750.53726029.41
Hex66781EF04B35483c1d
Octal14617036170113651107435
Binary1100110111100011110111101001011110101100100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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