#606319

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

Shades of Fiji Green #606319

Tints of Fiji Green #606319

Color information

#606319 (or 0x606319) is unknown color: approx Fiji Green. HEX triplet: 60, 63 and 19. RGB value is (96,99,25). Sum of RGB (Red+Green+Blue) = 96+99+25=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #606319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606319 is #9F9CE6. Grayscale: #595959. Windows color (decimal): -10460391 or 1663840. OLE color: 1663840.

HSL color Cylindrical-coordinate representation of color #606319: hue angle of 62.43º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #606319 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB969925-
CMYK0.0300.750.61
HSL62.43º59.68%24.31%-
HSV(B)62.43º74.75%38.82%-
XYZ9.4611.482.64-
YUV89.6791.51132.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=43.64%
G=45%
B=11.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699250.0300.750.6162.4359.6824.31
Hex606319304B3D3e3c18
Octal140143313011375767430
Binary1100000110001111001110100101111110111111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606319; }

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

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

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

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

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

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

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

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