#0C7658

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

Shades of Tropical Rain Forest #0C7658

Tints of Tropical Rain Forest #0C7658

Color information

#0C7658 (or 0x0C7658) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 76 and 58. RGB value is (12,118,88). Sum of RGB (Red+Green+Blue) = 12+118+88=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7658 is #F389A7. Grayscale: #525252. Windows color (decimal): -15960488 or 5797388. OLE color: 5797388.

HSL color Cylindrical-coordinate representation of color #0C7658: hue angle of 163.02º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7658 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1211888-
CMYK0.9000.250.54
HSL163.02º81.54%25.49%-
HSV(B)163.02º89.83%46.27%-
XYZ8.3913.7411.44-
YUV82.89130.8877.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=5.50%
G=54.13%
B=40.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118880.9000.250.54163.0281.5425.49
HexC76585A01936a35219
Octal141661301320316624312231
Binary110011101101011000101101001100111011010100011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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