#606304

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

Shades of Fiji Green #606304

Tints of Fiji Green #606304

Color information

#606304 (or 0x606304) is unknown color: approx Fiji Green. HEX triplet: 60, 63 and 04. RGB value is (96,99,4). Sum of RGB (Red+Green+Blue) = 96+99+4=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #606304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606304 is #9F9CFB. Grayscale: #575757. Windows color (decimal): -10460412 or 287584. OLE color: 287584.

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

Color convert

RGB96994-
CMYK0.0300.960.61
HSL61.89º92.23%20.2%-
HSV(B)61.89º95.96%38.82%-
XYZ9.3111.421.83-
YUV87.2781.01134.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=48.24%
G=49.75%
B=2.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal969940.0300.960.6161.8992.2320.2
Hex6063430603D3e5c14
Octal140143430140757613424
Binary110000011000111001101100000111101111110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606304; }

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

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

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

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

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

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

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

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