Html Css Color HEX #0CB779 Mountain Meadow

📋 copy color: '#0CB779'

red 12 ◦ green 183 ◦ blue 121

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

Shades of Mountain Meadow #0CB779

Tints of Mountain Meadow #0CB779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 3.8%
G = 57.91%
B = 38.29%

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

#0CB779 (or 0x0CB779) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 79. RGB value is (12,183,121). Sum of RGB (Red+Green+Blue) = 12+183+121=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB779 is #F34886. Grayscale: #7C7C7C. Windows color (decimal): -15943815 or 7976716. OLE color: 7976716.

HSL color Cylindrical-coordinate representation of color #0CB779: hue angle of 158.25º 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 #0CB779 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 121 -
CMYK 0.93 0 0.34 0.28
HSL 158.25º 0.88% 0.38% -
HSV(B) 158.25º 0.93% 0.72% -
XYZ 20.54 35.33 23.83 -
YUV 124.8 125.85 47.54 -
System Red Green Blue C M Y K H S L
Decimal 12 183 121 0.93 0 0.34 0.28 158.25 0.88 0.38
Hex C B7 79 5D 0 22 1C 9E 58 26
Octal 14 267 171 135 0 42 34 236 130 46
Binary 1100 10110111 1111001 1011101 0 100010 11100 10011110 1011000 100110

Color Harmonies of #0CB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB779

Black with #0CB779

Text Example


Text Example

White with #0CB779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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