#0C6958

Color #0C6958 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0C6958

Tints of Tropical Rain Forest #0C6958

Color information

#0C6958 (or 0x0C6958) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 69 and 58. RGB value is (12,105,88). Sum of RGB (Red+Green+Blue) = 12+105+88=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6958 is #F396A7. Grayscale: #4B4B4B. Windows color (decimal): -15963816 or 5794060. OLE color: 5794060.

HSL color Cylindrical-coordinate representation of color #0C6958: hue angle of 169.03º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6958 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1210588-
CMYK0.8900.160.59
HSL169.03º79.49%22.94%-
HSV(B)169.03º88.57%41.18%-
XYZ6.9610.8910.97-
YUV75.26135.1982.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.85%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=5.85%
G=51.22%
B=42.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12105880.8900.160.59169.0379.4922.94
HexC6958590103Ba94f17
Octal141511301310207325111727
Binary110011010011011000101100101000011101110101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6958; }

 p { color: rgb(12,105,88); }

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

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

 a { background-color: rgb(12,105,88); }

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

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

 span { border-color: rgb(12,105,88); }

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