Html Css Color HEX #667016 Fiji Green

📋 copy color: '#667016'

red 102 ◦ green 112 ◦ blue 22

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

Shades of Fiji Green #667016

Tints of Fiji Green #667016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 43.22%
G = 47.46%
B = 9.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#667016 (or 0x667016) is known color: Fiji Green. HEX triplet: 66, 70 and 16. RGB value is (102,112,22). Sum of RGB (Red+Green+Blue) = 102+112+22=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #667016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667016 is #998FE9. Grayscale: #636363. Windows color (decimal): -10063850 or 1470566. OLE color: 1470566.

HSL color Cylindrical-coordinate representation of color #667016: hue angle of 66.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #667016 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 22 -
CMYK 0.09 0 0.80 0.56
HSL 66.67º 0.67% 0.26% -
HSV(B) 66.67º 0.8% 0.44% -
XYZ 11.42 14.47 2.95 -
YUV 98.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 102 112 22 0.09 0 0.80 0.56 66.67 0.67 0.26
Hex 66 70 16 9 0 50 38 43 43 1A
Octal 146 160 26 11 0 120 70 103 103 32
Binary 1100110 1110000 10110 1001 0 1010000 111000 1000011 1000011 11010

Color Harmonies of #667016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667016

Black with #667016

Text Example


Text Example

White with #667016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667016; }

 p { color: rgb(102,112,22); }

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

background-color css

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

 a { background-color: rgb(102,112,22); }

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

border-color css

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

 span { border-color: rgb(102,112,22); }

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