#606115

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

Shades of Fiji Green #606115

Tints of Fiji Green #606115

Color information

#606115 (or 0x606115) is unknown color: approx Fiji Green. HEX triplet: 60, 61 and 15. RGB value is (96,97,21). Sum of RGB (Red+Green+Blue) = 96+97+21=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #606115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606115 is #9F9EEA. Grayscale: #585858. Windows color (decimal): -10460907 or 1401184. OLE color: 1401184.

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

Color convert

RGB969721-
CMYK0.0100.780.62
HSL60.79º64.41%23.14%-
HSV(B)60.79º78.35%38.04%-
XYZ9.2311.092.36-
YUV88.0490.17133.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 21 (8.59% from 255) = 9.81%
R=44.86%
G=45.33%
B=9.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697210.0100.780.6260.7964.4123.14
Hex606115104E3E3d4017
Octal1401412510116767510027
Binary1100000110000110101101001110111110111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606115; }

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

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

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

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

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

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

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

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