#0C775C

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

Shades of Tropical Rain Forest #0C775C

Tints of Tropical Rain Forest #0C775C

Color information

#0C775C (or 0x0C775C) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 77 and 5C. RGB value is (12,119,92). Sum of RGB (Red+Green+Blue) = 12+119+92=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #0C775C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C775C is #F388A3. Grayscale: #535353. Windows color (decimal): -15960228 or 6059788. OLE color: 6059788.

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

Color convert

RGB1211992-
CMYK0.9000.230.53
HSL164.86º81.68%25.69%-
HSV(B)164.86º89.92%46.67%-
XYZ8.6814.0412.38-
YUV83.93132.5576.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=5.38%
G=53.36%
B=41.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119920.9000.230.53164.8681.6825.69
HexC775C5A01735a5521a
Octal141671341320276524512232
Binary110011101111011100101101001011111010110100101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,119,92); }

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

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

 a { background-color: rgb(12,119,92); }

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

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

 span { border-color: rgb(12,119,92); }

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