Html Css Color HEX #606904 Fiji Green

📋 copy color: '#606904'

red 96 ◦ green 105 ◦ blue 4

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

Shades of Fiji Green #606904

Tints of Fiji Green #606904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.22%

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

R = 46.83%
G = 51.22%
B = 1.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#606904 (or 0x606904) is known color: Fiji Green. HEX triplet: 60, 69 and 04. RGB value is (96,105,4). Sum of RGB (Red+Green+Blue) = 96+105+4=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #606904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606904 is #9F96FB. Grayscale: #5B5B5B. Windows color (decimal): -10458876 or 289120. OLE color: 289120.

HSL color Cylindrical-coordinate representation of color #606904: hue angle of 65.35º 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 #606904 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 4 -
CMYK 0.09 0 0.96 0.59
HSL 65.35º 0.93% 0.21% -
HSV(B) 65.35º 0.96% 0.41% -
XYZ 9.9 12.6 2.03 -
YUV 90.8 79.02 131.71 -
System Red Green Blue C M Y K H S L
Decimal 96 105 4 0.09 0 0.96 0.59 65.35 0.93 0.21
Hex 60 69 4 9 0 60 3B 41 5D 15
Octal 140 151 4 11 0 140 73 101 135 25
Binary 1100000 1101001 100 1001 0 1100000 111011 1000001 1011101 10101

Color Harmonies of #606904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606904

Black with #606904

Text Example


Text Example

White with #606904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606904; }

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

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

background-color css

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

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

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

border-color css

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

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

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