Html Css Color HEX #666610 Fiji Green

📋 copy color: '#666610'

red 102 ◦ green 102 ◦ blue 16

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

Shades of Fiji Green #666610

Tints of Fiji Green #666610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.36%

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

R = 46.36%
G = 46.36%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#666610 (or 0x666610) is known color: Fiji Green. HEX triplet: 66, 66 and 10. RGB value is (102,102,16). Sum of RGB (Red+Green+Blue) = 102+102+16=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666610 is #9999EF. Grayscale: #5C5C5C. Windows color (decimal): -10066416 or 1074790. OLE color: 1074790.

HSL color Cylindrical-coordinate representation of color #666610: hue angle of 60º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #666610 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 102 16 -
CMYK 0 0 0.84 0.6
HSL 60º 0.73% 0.23% -
HSV(B) 60º 0.84% 0.4% -
XYZ 10.32 12.36 2.33 -
YUV 92.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 102 102 16 0 0 0.84 0.6 60 0.73 0.23
Hex 66 66 10 0 0 54 3C 3C 49 17
Octal 146 146 20 0 0 124 74 74 111 27
Binary 1100110 1100110 10000 0 0 1010100 111100 111100 1001001 10111

Color Harmonies of #666610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666610

Black with #666610

Text Example


Text Example

White with #666610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666610; }

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

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

background-color css

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

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

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

border-color css

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

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

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