Html Css Color HEX #606404 Fiji Green

📋 copy color: '#606404'

red 96 ◦ green 100 ◦ blue 4

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

Shades of Fiji Green #606404

Tints of Fiji Green #606404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50%

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

R = 48%
G = 50%
B = 2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#606404 (or 0x606404) is known color: Fiji Green. HEX triplet: 60, 64 and 04. RGB value is (96,100,4). Sum of RGB (Red+Green+Blue) = 96+100+4=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #606404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606404 is #9F9BFB. Grayscale: #585858. Windows color (decimal): -10460156 or 287840. OLE color: 287840.

HSL color Cylindrical-coordinate representation of color #606404: hue angle of 62.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #606404 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 100 4 -
CMYK 0.04 0 0.96 0.61
HSL 62.5º 0.92% 0.2% -
HSV(B) 62.5º 0.96% 0.39% -
XYZ 9.4 11.61 1.86 -
YUV 87.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 96 100 4 0.04 0 0.96 0.61 62.5 0.92 0.2
Hex 60 64 4 4 0 60 3D 3F 5C 14
Octal 140 144 4 4 0 140 75 77 134 24
Binary 1100000 1100100 100 100 0 1100000 111101 111111 1011100 10100

Color Harmonies of #606404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606404

Black with #606404

Text Example


Text Example

White with #606404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606404; }

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

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

background-color css

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

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

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

border-color css

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

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

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