Html Css Color HEX #606009 Fiji Green

📋 copy color: '#606009'

red 96 ◦ green 96 ◦ blue 9

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

Shades of Fiji Green #606009

Tints of Fiji Green #606009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 47.76%
G = 47.76%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#606009 (or 0x606009) is known color: Fiji Green. HEX triplet: 60, 60 and 09. RGB value is (96,96,9). Sum of RGB (Red+Green+Blue) = 96+96+9=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606009 is #9F9FF6. Grayscale: #565656. Windows color (decimal): -10461175 or 614496. OLE color: 614496.

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

Color convert

RGB 96 96 9 -
CMYK 0 0 0.91 0.62
HSL 60º 0.83% 0.21% -
HSV(B) 60º 0.91% 0.38% -
XYZ 9.06 10.87 1.88 -
YUV 86.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 96 96 9 0 0 0.91 0.62 60 0.83 0.21
Hex 60 60 9 0 0 5B 3E 3C 53 15
Octal 140 140 11 0 0 133 76 74 123 25
Binary 1100000 1100000 1001 0 0 1011011 111110 111100 1010011 10101

Color Harmonies of #606009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606009

Black with #606009

Text Example


Text Example

White with #606009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606009; }

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

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

background-color css

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

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

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

border-color css

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

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

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