#606312

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

Shades of Fiji Green #606312

Tints of Fiji Green #606312

Color information

#606312 (or 0x606312) is unknown color: approx Fiji Green. HEX triplet: 60, 63 and 12. RGB value is (96,99,18). Sum of RGB (Red+Green+Blue) = 96+99+18=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #606312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606312 is #9F9CED. Grayscale: #595959. Windows color (decimal): -10460398 or 1205088. OLE color: 1205088.

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

Color convert

RGB969918-
CMYK0.0300.820.61
HSL62.22º69.23%22.94%-
HSV(B)62.22º81.82%38.82%-
XYZ9.3911.452.29-
YUV88.8788.01133.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=45.07%
G=46.48%
B=8.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699180.0300.820.6162.2269.2322.94
Hex60631230523D3e4517
Octal1401432230122757610527
Binary11000001100011100101101010010111101111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606312; }

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

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

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

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

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

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

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

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