Html Css Color HEX #0C775E Tropical Rain Forest

📋 copy color: '#0C775E'

red 12 ◦ green 119 ◦ blue 94

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

Shades of Tropical Rain Forest #0C775E

Tints of Tropical Rain Forest #0C775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.89%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 5.33%
G = 52.89%
B = 41.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#0C775E (or 0x0C775E) is known color: Tropical Rain Forest. HEX triplet: 0C, 77 and 5E. RGB value is (12,119,94). Sum of RGB (Red+Green+Blue) = 12+119+94=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #0C775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C775E is #F388A1. Grayscale: #545454. Windows color (decimal): -15960226 or 6190860. OLE color: 6190860.

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

Color convert

RGB 12 119 94 -
CMYK 0.90 0 0.21 0.53
HSL 165.98º 0.82% 0.26% -
HSV(B) 165.98º 0.9% 0.47% -
XYZ 8.77 14.08 12.85 -
YUV 84.16 133.55 76.53 -
System Red Green Blue C M Y K H S L
Decimal 12 119 94 0.90 0 0.21 0.53 165.98 0.82 0.26
Hex C 77 5E 5A 0 15 35 A6 52 1A
Octal 14 167 136 132 0 25 65 246 122 32
Binary 1100 1110111 1011110 1011010 0 10101 110101 10100110 1010010 11010

Color Harmonies of #0C775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C775E

Black with #0C775E

Text Example


Text Example

White with #0C775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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