Html Css Color HEX #606804 Fiji Green

📋 copy color: '#606804'

red 96 ◦ green 104 ◦ blue 4

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

Shades of Fiji Green #606804

Tints of Fiji Green #606804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.98%

 BLUE value IS 4 (1.95% from 255) = 1.96%

R = 47.06%
G = 50.98%
B = 1.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#606804 (or 0x606804) is known color: Fiji Green. HEX triplet: 60, 68 and 04. RGB value is (96,104,4). Sum of RGB (Red+Green+Blue) = 96+104+4=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #606804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606804 is #9F97FB. Grayscale: #5A5A5A. Windows color (decimal): -10459132 or 288864. OLE color: 288864.

HSL color Cylindrical-coordinate representation of color #606804: hue angle of 64.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #606804 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 4 -
CMYK 0.08 0 0.96 0.59
HSL 64.8º 0.93% 0.21% -
HSV(B) 64.8º 0.96% 0.41% -
XYZ 9.8 12.4 1.99 -
YUV 90.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 96 104 4 0.08 0 0.96 0.59 64.8 0.93 0.21
Hex 60 68 4 8 0 60 3B 41 5D 15
Octal 140 150 4 10 0 140 73 101 135 25
Binary 1100000 1101000 100 1000 0 1100000 111011 1000001 1011101 10101

Color Harmonies of #606804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606804

Black with #606804

Text Example


Text Example

White with #606804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606804; }

 p { color: rgb(96,104,4); }

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

background-color css

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

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

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

border-color css

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

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

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