Html Css Color HEX #0CB778 Mountain Meadow

📋 copy color: '#0CB778'

red 12 ◦ green 183 ◦ blue 120

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

Shades of Mountain Meadow #0CB778

Tints of Mountain Meadow #0CB778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.1%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 3.81%
G = 58.1%
B = 38.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#0CB778 (or 0x0CB778) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 78. RGB value is (12,183,120). Sum of RGB (Red+Green+Blue) = 12+183+120=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB778 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB778 is #F34887. Grayscale: #7C7C7C. Windows color (decimal): -15943816 or 7911180. OLE color: 7911180.

HSL color Cylindrical-coordinate representation of color #0CB778: hue angle of 157.89º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB778 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 120 -
CMYK 0.93 0 0.34 0.28
HSL 157.89º 0.88% 0.38% -
HSV(B) 157.89º 0.93% 0.72% -
XYZ 20.48 35.3 23.5 -
YUV 124.69 125.35 47.62 -
System Red Green Blue C M Y K H S L
Decimal 12 183 120 0.93 0 0.34 0.28 157.89 0.88 0.38
Hex C B7 78 5D 0 22 1C 9E 58 26
Octal 14 267 170 135 0 42 34 236 130 46
Binary 1100 10110111 1111000 1011101 0 100010 11100 10011110 1011000 100110

Color Harmonies of #0CB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB778

Black with #0CB778

Text Example


Text Example

White with #0CB778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,120); }

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

background-color css

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

 a { background-color: rgb(12,183,120); }

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

border-color css

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

 span { border-color: rgb(12,183,120); }

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