Html Css Color HEX #0CBB77 Mountain Meadow

📋 copy color: '#0CBB77'

red 12 ◦ green 187 ◦ blue 119

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

Shades of Mountain Meadow #0CBB77

Tints of Mountain Meadow #0CBB77

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.81%

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

R = 3.77%
G = 58.81%
B = 37.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#0CBB77 (or 0x0CBB77) is known color: Mountain Meadow. HEX triplet: 0C, BB and 77. RGB value is (12,187,119). Sum of RGB (Red+Green+Blue) = 12+187+119=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBB77 is #F34488. Grayscale: #7F7F7F. Windows color (decimal): -15942793 or 7846668. OLE color: 7846668.

HSL color Cylindrical-coordinate representation of color #0CBB77: hue angle of 156.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBB77 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 187 119 -
CMYK 0.94 0 0.36 0.27
HSL 156.69º 0.88% 0.39% -
HSV(B) 156.69º 0.94% 0.73% -
XYZ 21.25 36.95 23.46 -
YUV 126.92 123.52 46.03 -
System Red Green Blue C M Y K H S L
Decimal 12 187 119 0.94 0 0.36 0.27 156.69 0.88 0.39
Hex C BB 77 5E 0 24 1B 9D 58 27
Octal 14 273 167 136 0 44 33 235 130 47
Binary 1100 10111011 1110111 1011110 0 100100 11011 10011101 1011000 100111

Color Harmonies of #0CBB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBB77

Black with #0CBB77

Text Example


Text Example

White with #0CBB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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