Html Css Color HEX #666613 Fiji Green

📋 copy color: '#666613'

red 102 ◦ green 102 ◦ blue 19

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

Shades of Fiji Green #666613

Tints of Fiji Green #666613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 45.74%
G = 45.74%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#666613 (or 0x666613) is known color: Fiji Green. HEX triplet: 66, 66 and 13. RGB value is (102,102,19). Sum of RGB (Red+Green+Blue) = 102+102+19=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666613 is #9999EC. Grayscale: #5C5C5C. Windows color (decimal): -10066413 or 1271398. OLE color: 1271398.

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

Color convert

RGB 102 102 19 -
CMYK 0 0 0.81 0.6
HSL 60º 0.69% 0.24% -
HSV(B) 60º 0.81% 0.4% -
XYZ 10.35 12.37 2.46 -
YUV 92.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 102 102 19 0 0 0.81 0.6 60 0.69 0.24
Hex 66 66 13 0 0 51 3C 3C 45 18
Octal 146 146 23 0 0 121 74 74 105 30
Binary 1100110 1100110 10011 0 0 1010001 111100 111100 1000101 11000

Color Harmonies of #666613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666613

Black with #666613

Text Example


Text Example

White with #666613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666613; }

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

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

background-color css

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

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

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

border-color css

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

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

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