Html Css Color HEX #606006 Fiji Green

📋 copy color: '#606006'

red 96 ◦ green 96 ◦ blue 6

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

Shades of Fiji Green #606006

Tints of Fiji Green #606006

RGB

 RED value IS 96 (37.89% from 255) = 48.48%

 GREEN value IS 96 (37.89% from 255) = 48.48%

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 48.48%
G = 48.48%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#606006 (or 0x606006) is known color: Fiji Green. HEX triplet: 60, 60 and 06. RGB value is (96,96,6). Sum of RGB (Red+Green+Blue) = 96+96+6=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606006 is #9F9FF9. Grayscale: #565656. Windows color (decimal): -10461178 or 417888. OLE color: 417888.

HSL color Cylindrical-coordinate representation of color #606006: hue angle of 60º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #606006 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 96 6 -
CMYK 0 0 0.94 0.62
HSL 60º 0.88% 0.2% -
HSV(B) 60º 0.94% 0.38% -
XYZ 9.04 10.87 1.79 -
YUV 85.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 96 96 6 0 0 0.94 0.62 60 0.88 0.2
Hex 60 60 6 0 0 5E 3E 3C 58 14
Octal 140 140 6 0 0 136 76 74 130 24
Binary 1100000 1100000 110 0 0 1011110 111110 111100 1011000 10100

Color Harmonies of #606006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606006

Black with #606006

Text Example


Text Example

White with #606006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606006; }

 p { color: rgb(96,96,6); }

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

background-color css

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

 a { background-color: rgb(96,96,6); }

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

border-color css

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

 span { border-color: rgb(96,96,6); }

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