Html Css Color HEX #0CB777 Mountain Meadow

📋 copy color: '#0CB777'

red 12 ◦ green 183 ◦ blue 119

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

Shades of Mountain Meadow #0CB777

Tints of Mountain Meadow #0CB777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 3.82%
G = 58.28%
B = 37.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#0CB777 (or 0x0CB777) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 77. RGB value is (12,183,119). Sum of RGB (Red+Green+Blue) = 12+183+119=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB777 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB777 is #F34888. Grayscale: #7C7C7C. Windows color (decimal): -15943817 or 7845644. OLE color: 7845644.

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

Color convert

RGB 12 183 119 -
CMYK 0.93 0 0.35 0.28
HSL 157.54º 0.88% 0.38% -
HSV(B) 157.54º 0.93% 0.72% -
XYZ 20.41 35.28 23.19 -
YUV 124.58 124.85 47.7 -
System Red Green Blue C M Y K H S L
Decimal 12 183 119 0.93 0 0.35 0.28 157.54 0.88 0.38
Hex C B7 77 5D 0 23 1C 9E 58 26
Octal 14 267 167 135 0 43 34 236 130 46
Binary 1100 10110111 1110111 1011101 0 100011 11100 10011110 1011000 100110

Color Harmonies of #0CB777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB777

Black with #0CB777

Text Example


Text Example

White with #0CB777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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