#0C7A5A

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

Shades of Tropical Rain Forest #0C7A5A

Tints of Tropical Rain Forest #0C7A5A

Color information

#0C7A5A (or 0x0C7A5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 7A and 5A. RGB value is (12,122,90). Sum of RGB (Red+Green+Blue) = 12+122+90=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #0C7A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7A5A is #F385A5. Grayscale: #555555. Windows color (decimal): -15959462 or 5929484. OLE color: 5929484.

HSL color Cylindrical-coordinate representation of color #0C7A5A: hue angle of 162.55º 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 #0C7A5A is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1212290-
CMYK0.9000.260.52
HSL162.55º82.09%26.27%-
HSV(B)162.55º90.16%47.84%-
XYZ8.9614.7412.05-
YUV85.46130.5675.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.36%
GREEN value IS 122 (48.05% from 255) = 54.46%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=5.36%
G=54.46%
B=40.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12122900.9000.260.52162.5582.0926.27
HexC7A5A5A01A34a3521a
Octal141721321320326424312232
Binary110011110101011010101101001101011010010100011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,122,90); }

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

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

 a { background-color: rgb(12,122,90); }

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

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

 span { border-color: rgb(12,122,90); }

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