Html Css Color HEX #667210 Fiji Green

📋 copy color: '#667210'

red 102 ◦ green 114 ◦ blue 16

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

Shades of Fiji Green #667210

Tints of Fiji Green #667210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 43.97%
G = 49.14%
B = 6.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#667210 (or 0x667210) is known color: Fiji Green. HEX triplet: 66, 72 and 10. RGB value is (102,114,16). Sum of RGB (Red+Green+Blue) = 102+114+16=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #667210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667210 is #998DEF. Grayscale: #636363. Windows color (decimal): -10063344 or 1077862. OLE color: 1077862.

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

Color convert

RGB 102 114 16 -
CMYK 0.11 0 0.86 0.55
HSL 67.35º 0.75% 0.25% -
HSV(B) 67.35º 0.86% 0.45% -
XYZ 11.59 14.9 2.75 -
YUV 99.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 102 114 16 0.11 0 0.86 0.55 67.35 0.75 0.25
Hex 66 72 10 B 0 56 37 43 4B 19
Octal 146 162 20 13 0 126 67 103 113 31
Binary 1100110 1110010 10000 1011 0 1010110 110111 1000011 1001011 11001

Color Harmonies of #667210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667210

Black with #667210

Text Example


Text Example

White with #667210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667210; }

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

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

background-color css

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

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

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

border-color css

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

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

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