#667920

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

Shades of Fiji Green #667920

Tints of Fiji Green #667920

Color information

#667920 (or 0x667920) is unknown color: approx Fiji Green. HEX triplet: 66, 79 and 20. RGB value is (102,121,32). Sum of RGB (Red+Green+Blue) = 102+121+32=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #667920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667920 is #9986DF. Grayscale: #696969. Windows color (decimal): -10061536 or 2128230. OLE color: 2128230.

HSL color Cylindrical-coordinate representation of color #667920: hue angle of 72.81º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #667920 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB10212132-
CMYK0.1600.740.53
HSL72.81º58.17%30%-
HSV(B)72.81º73.55%47.45%-
XYZ12.5816.63.91-
YUV105.1786.71125.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=40%
G=47.45%
B=12.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102121320.1600.740.5372.8158.1730
Hex6679201004A35493a1e
Octal14617140200112651117236
Binary110011011110011000001000001001010110101100100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667920; }

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

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

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

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

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

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

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

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