#606004

Color #606004 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #606004

Tints of Fiji Green #606004

Color information

#606004 (or 0x606004) is unknown color: approx Fiji Green. HEX triplet: 60, 60 and 04. RGB value is (96,96,4). Sum of RGB (Red+Green+Blue) = 96+96+4=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606004 is #9F9FFB. Grayscale: #555555. Windows color (decimal): -10461180 or 286816. OLE color: 286816.

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

Color convert

RGB96964-
CMYK000.960.62
HSL60º92%19.61%-
HSV(B)60º95.83%37.65%-
XYZ9.0310.861.74-
YUV85.5182135.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=48.98%
G=48.98%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96964000.960.62609219.61
Hex6060400603E3c5c14
Octal140140400140767413424
Binary11000001100000100001100000111110111100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606004; }

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

 H1.HeaderClassName
 {
   color: #606004;
 }
 .AnyTagClassName
 {
   color: #606004;
 }
</style>
background-color css

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

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

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

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

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

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