#606310

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

Shades of Fiji Green #606310

Tints of Fiji Green #606310

Color information

#606310 (or 0x606310) is unknown color: approx Fiji Green. HEX triplet: 60, 63 and 10. RGB value is (96,99,16). Sum of RGB (Red+Green+Blue) = 96+99+16=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #606310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606310 is #9F9CEF. Grayscale: #585858. Windows color (decimal): -10460400 or 1074016. OLE color: 1074016.

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

Color convert

RGB969916-
CMYK0.0300.840.61
HSL62.17º72.17%22.55%-
HSV(B)62.17º83.84%38.82%-
XYZ9.3811.452.21-
YUV88.6487.01133.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=45.50%
G=46.92%
B=7.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699160.0300.840.6162.1772.1722.55
Hex60631030543D3e4817
Octal1401432030124757611027
Binary11000001100011100001101010100111101111110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606310; }

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

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

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

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

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

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

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

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