#606113

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

Shades of Fiji Green #606113

Tints of Fiji Green #606113

Color information

#606113 (or 0x606113) is unknown color: approx Fiji Green. HEX triplet: 60, 61 and 13. RGB value is (96,97,19). Sum of RGB (Red+Green+Blue) = 96+97+19=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #606113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606113 is #9F9EEC. Grayscale: #585858. Windows color (decimal): -10460909 or 1270112. OLE color: 1270112.

HSL color Cylindrical-coordinate representation of color #606113: hue angle of 60.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #606113 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB969719-
CMYK0.0100.800.62
HSL60.77º67.24%22.75%-
HSV(B)60.77º80.41%38.04%-
XYZ9.2211.082.27-
YUV87.8189.17133.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=45.28%
G=45.75%
B=8.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697190.0100.800.6260.7767.2422.75
Hex60611310503E3d4317
Octal1401412310120767510327
Binary1100000110000110011101010000111110111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606113; }

 p { color: rgb(96,97,19); }

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

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

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

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

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

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

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