Html Css Color HEX #606608 Fiji Green

📋 copy color: '#606608'

red 96 ◦ green 102 ◦ blue 8

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

Shades of Fiji Green #606608

Tints of Fiji Green #606608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 46.6%
G = 49.51%
B = 3.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#606608 (or 0x606608) is known color: Fiji Green. HEX triplet: 60, 66 and 08. RGB value is (96,102,8). Sum of RGB (Red+Green+Blue) = 96+102+8=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #606608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606608 is #9F99F7. Grayscale: #595959. Windows color (decimal): -10459640 or 550496. OLE color: 550496.

HSL color Cylindrical-coordinate representation of color #606608: hue angle of 63.83º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #606608 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 102 8 -
CMYK 0.06 0 0.92 0.6
HSL 63.83º 0.85% 0.22% -
HSV(B) 63.83º 0.92% 0.4% -
XYZ 9.62 12.01 2.04 -
YUV 89.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 96 102 8 0.06 0 0.92 0.6 63.83 0.85 0.22
Hex 60 66 8 6 0 5C 3C 40 55 16
Octal 140 146 10 6 0 134 74 100 125 26
Binary 1100000 1100110 1000 110 0 1011100 111100 1000000 1010101 10110

Color Harmonies of #606608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606608

Black with #606608

Text Example


Text Example

White with #606608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606608; }

 p { color: rgb(96,102,8); }

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

background-color css

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

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

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

border-color css

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

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

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