Html Css Color HEX #0C755A Tropical Rain Forest

📋 copy color: '#0C755A'

red 12 ◦ green 117 ◦ blue 90

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

Shades of Tropical Rain Forest #0C755A

Tints of Tropical Rain Forest #0C755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 5.48%
G = 53.42%
B = 41.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#0C755A (or 0x0C755A) is known color: Tropical Rain Forest. HEX triplet: 0C, 75 and 5A. RGB value is (12,117,90). Sum of RGB (Red+Green+Blue) = 12+117+90=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #0C755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C755A is #F38AA5. Grayscale: #525252. Windows color (decimal): -15960742 or 5928204. OLE color: 5928204.

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

Color convert

RGB 12 117 90 -
CMYK 0.90 0 0.23 0.54
HSL 164.57º 0.81% 0.25% -
HSV(B) 164.57º 0.9% 0.46% -
XYZ 8.36 13.54 11.85 -
YUV 82.53 132.21 77.7 -
System Red Green Blue C M Y K H S L
Decimal 12 117 90 0.90 0 0.23 0.54 164.57 0.81 0.25
Hex C 75 5A 5A 0 17 36 A5 51 19
Octal 14 165 132 132 0 27 66 245 121 31
Binary 1100 1110101 1011010 1011010 0 10111 110110 10100101 1010001 11001

Color Harmonies of #0C755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C755A

Black with #0C755A

Text Example


Text Example

White with #0C755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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