Html Css Color HEX #666516 Fiji Green

📋 copy color: '#666516'

red 102 ◦ green 101 ◦ blue 22

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

Shades of Fiji Green #666516

Tints of Fiji Green #666516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

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

R = 45.33%
G = 44.89%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#666516 (or 0x666516) is known color: Fiji Green. HEX triplet: 66, 65 and 16. RGB value is (102,101,22). Sum of RGB (Red+Green+Blue) = 102+101+22=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #666516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666516 is #999AE9. Grayscale: #5C5C5C. Windows color (decimal): -10066666 or 1467750. OLE color: 1467750.

HSL color Cylindrical-coordinate representation of color #666516: hue angle of 59.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #666516 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 101 22 -
CMYK 0 0.01 0.78 0.6
HSL 59.25º 0.65% 0.24% -
HSV(B) 59.25º 0.78% 0.4% -
XYZ 10.28 12.19 2.57 -
YUV 92.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 102 101 22 0 0.01 0.78 0.6 59.25 0.65 0.24
Hex 66 65 16 0 1 4E 3C 3B 41 18
Octal 146 145 26 0 1 116 74 73 101 30
Binary 1100110 1100101 10110 0 1 1001110 111100 111011 1000001 11000

Color Harmonies of #666516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666516

Black with #666516

Text Example


Text Example

White with #666516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666516; }

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

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

background-color css

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

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

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

border-color css

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

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

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