Html Css Color HEX #667420 Fiji Green

📋 copy color: '#667420'

red 102 ◦ green 116 ◦ blue 32

#667420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #667420

Tints of Fiji Green #667420

RGB

 RED value IS 102 (40.23% from 255) = 40.8%

 GREEN value IS 116 (45.7% from 255) = 46.4%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 40.8%
G = 46.4%
B = 12.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#667420 (or 0x667420) is known color: Fiji Green. HEX triplet: 66, 74 and 20. RGB value is (102,116,32). Sum of RGB (Red+Green+Blue) = 102+116+32=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #667420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667420 is #998BDF. Grayscale: #666666. Windows color (decimal): -10062816 or 2126950. OLE color: 2126950.

HSL color Cylindrical-coordinate representation of color #667420: hue angle of 70º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #667420 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 32 -
CMYK 0.12 0 0.72 0.55
HSL 70º 0.57% 0.29% -
HSV(B) 70º 0.72% 0.45% -
XYZ 11.99 15.42 3.71 -
YUV 102.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 102 116 32 0.12 0 0.72 0.55 70 0.57 0.29
Hex 66 74 20 C 0 48 37 46 39 1D
Octal 146 164 40 14 0 110 67 106 71 35
Binary 1100110 1110100 100000 1100 0 1001000 110111 1000110 111001 11101

Color Harmonies of #667420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667420

Black with #667420

Text Example


Text Example

White with #667420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667420; }

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

 H1.HeaderClassName
 {
   color: #667420;
 }
 .AnyTagClassName
 {
   color: #667420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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