Html Css Color HEX #0C715D Tropical Rain Forest

📋 copy color: '#0C715D'

red 12 ◦ green 113 ◦ blue 93

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

Shades of Tropical Rain Forest #0C715D

Tints of Tropical Rain Forest #0C715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 5.5%
G = 51.83%
B = 42.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#0C715D (or 0x0C715D) is known color: Tropical Rain Forest. HEX triplet: 0C, 71 and 5D. RGB value is (12,113,93). Sum of RGB (Red+Green+Blue) = 12+113+93=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #0C715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C715D is #F38EA2. Grayscale: #505050. Windows color (decimal): -15961763 or 6123788. OLE color: 6123788.

HSL color Cylindrical-coordinate representation of color #0C715D: hue angle of 168.12º 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 #0C715D is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 93 -
CMYK 0.89 0 0.18 0.56
HSL 168.12º 0.81% 0.25% -
HSV(B) 168.12º 0.89% 0.44% -
XYZ 8.03 12.68 12.38 -
YUV 80.52 135.04 79.13 -
System Red Green Blue C M Y K H S L
Decimal 12 113 93 0.89 0 0.18 0.56 168.12 0.81 0.25
Hex C 71 5D 59 0 12 38 A8 51 19
Octal 14 161 135 131 0 22 70 250 121 31
Binary 1100 1110001 1011101 1011001 0 10010 111000 10101000 1010001 11001

Color Harmonies of #0C715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C715D

Black with #0C715D

Text Example


Text Example

White with #0C715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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