Html Css Color HEX #606604 Fiji Green

📋 copy color: '#606604'

red 96 ◦ green 102 ◦ blue 4

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

Shades of Fiji Green #606604

Tints of Fiji Green #606604

RGB

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

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

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

R = 47.52%
G = 50.5%
B = 1.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#606604 (or 0x606604) is known color: Fiji Green. HEX triplet: 60, 66 and 04. RGB value is (96,102,4). Sum of RGB (Red+Green+Blue) = 96+102+4=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #606604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606604 is #9F99FB. Grayscale: #595959. Windows color (decimal): -10459644 or 288352. OLE color: 288352.

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

Color convert

RGB 96 102 4 -
CMYK 0.06 0 0.96 0.6
HSL 63.67º 0.92% 0.21% -
HSV(B) 63.67º 0.96% 0.4% -
XYZ 9.6 12 1.92 -
YUV 89.03 80.01 132.97 -
System Red Green Blue C M Y K H S L
Decimal 96 102 4 0.06 0 0.96 0.6 63.67 0.92 0.21
Hex 60 66 4 6 0 60 3C 40 5C 15
Octal 140 146 4 6 0 140 74 100 134 25
Binary 1100000 1100110 100 110 0 1100000 111100 1000000 1011100 10101

Color Harmonies of #606604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606604

Black with #606604

Text Example


Text Example

White with #606604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606604; }

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

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

background-color css

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

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

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

border-color css

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

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

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