Html Css Color HEX #0C755B Tropical Rain Forest

📋 copy color: '#0C755B'

red 12 ◦ green 117 ◦ blue 91

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

Shades of Tropical Rain Forest #0C755B

Tints of Tropical Rain Forest #0C755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.18%

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

R = 5.45%
G = 53.18%
B = 41.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#0C755B (or 0x0C755B) is known color: Tropical Rain Forest. HEX triplet: 0C, 75 and 5B. RGB value is (12,117,91). Sum of RGB (Red+Green+Blue) = 12+117+91=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #0C755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C755B is #F38AA4. Grayscale: #525252. Windows color (decimal): -15960741 or 5993740. OLE color: 5993740.

HSL color Cylindrical-coordinate representation of color #0C755B: hue angle of 165.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C755B is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 91 -
CMYK 0.90 0 0.22 0.54
HSL 165.14º 0.81% 0.25% -
HSV(B) 165.14º 0.9% 0.46% -
XYZ 8.4 13.56 12.07 -
YUV 82.64 132.71 77.61 -
System Red Green Blue C M Y K H S L
Decimal 12 117 91 0.90 0 0.22 0.54 165.14 0.81 0.25
Hex C 75 5B 5A 0 16 36 A5 51 19
Octal 14 165 133 132 0 26 66 245 121 31
Binary 1100 1110101 1011011 1011010 0 10110 110110 10100101 1010001 11001

Color Harmonies of #0C755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C755B

Black with #0C755B

Text Example


Text Example

White with #0C755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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