#0C7B58

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

Shades of Tropical Rain Forest #0C7B58

Tints of Tropical Rain Forest #0C7B58

Color information

#0C7B58 (or 0x0C7B58) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 7B and 58. RGB value is (12,123,88). Sum of RGB (Red+Green+Blue) = 12+123+88=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #0C7B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7B58 is #F384A7. Grayscale: #555555. Windows color (decimal): -15959208 or 5798668. OLE color: 5798668.

HSL color Cylindrical-coordinate representation of color #0C7B58: hue angle of 161.08º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7B58 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB1212388-
CMYK0.9000.280.52
HSL161.08º82.22%26.47%-
HSV(B)161.08º90.24%48.24%-
XYZ914.9511.64-
YUV85.82129.2375.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 123 (48.44% from 255) = 55.16%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=5.38%
G=55.16%
B=39.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12123880.9000.280.52161.0882.2226.47
HexC7B585A01C34a1521a
Octal141731301320346424112232
Binary110011110111011000101101001110011010010100001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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