Html Css Color HEX #667216 Fiji Green

📋 copy color: '#667216'

red 102 ◦ green 114 ◦ blue 22

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

Shades of Fiji Green #667216

Tints of Fiji Green #667216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 42.86%
G = 47.9%
B = 9.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#667216 (or 0x667216) is known color: Fiji Green. HEX triplet: 66, 72 and 16. RGB value is (102,114,22). Sum of RGB (Red+Green+Blue) = 102+114+22=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #667216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667216 is #998DE9. Grayscale: #646464. Windows color (decimal): -10063338 or 1471078. OLE color: 1471078.

HSL color Cylindrical-coordinate representation of color #667216: hue angle of 67.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #667216 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 114 22 -
CMYK 0.11 0 0.81 0.55
HSL 67.83º 0.68% 0.27% -
HSV(B) 67.83º 0.81% 0.45% -
XYZ 11.64 14.92 3.02 -
YUV 99.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 102 114 22 0.11 0 0.81 0.55 67.83 0.68 0.27
Hex 66 72 16 B 0 51 37 44 44 1B
Octal 146 162 26 13 0 121 67 104 104 33
Binary 1100110 1110010 10110 1011 0 1010001 110111 1000100 1000100 11011

Color Harmonies of #667216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667216

Black with #667216

Text Example


Text Example

White with #667216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667216; }

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

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

background-color css

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

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

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

border-color css

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

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

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