Html Css Color HEX #0C715B Tropical Rain Forest

📋 copy color: '#0C715B'

red 12 ◦ green 113 ◦ blue 91

#0C715B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #0C715B

Tints of Tropical Rain Forest #0C715B

RGB

 RED value IS 12 (5.08% from 255) = 5.56%

 GREEN value IS 113 (44.53% from 255) = 52.31%

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 5.56%
G = 52.31%
B = 42.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#0C715B (or 0x0C715B) is known color: Tropical Rain Forest. HEX triplet: 0C, 71 and 5B. RGB value is (12,113,91). Sum of RGB (Red+Green+Blue) = 12+113+91=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #0C715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C715B is #F38EA4. Grayscale: #505050. Windows color (decimal): -15961765 or 5992716. OLE color: 5992716.

HSL color Cylindrical-coordinate representation of color #0C715B: hue angle of 166.93º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C715B is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 91 -
CMYK 0.89 0 0.19 0.56
HSL 166.93º 0.81% 0.25% -
HSV(B) 166.93º 0.89% 0.44% -
XYZ 7.95 12.64 11.92 -
YUV 80.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 12 113 91 0.89 0 0.19 0.56 166.93 0.81 0.25
Hex C 71 5B 59 0 13 38 A7 51 19
Octal 14 161 133 131 0 23 70 247 121 31
Binary 1100 1110001 1011011 1011001 0 10011 111000 10100111 1010001 11001

Color Harmonies of #0C715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C715B

Black with #0C715B

Text Example


Text Example

White with #0C715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,91); }

 H1.HeaderClassName
 {
   color: #0C715B;
 }
 .AnyTagClassName
 {
   color: #0C715B;
 }
</style>

background-color css

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

 a { background-color: rgb(12,113,91); }

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

border-color css

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

 span { border-color: rgb(12,113,91); }

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