#0CB786

Color #0CB786 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0CB786

Tints of Mountain Meadow #0CB786

Color information

#0CB786 (or 0x0CB786) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B7 and 86. RGB value is (12,183,134). Sum of RGB (Red+Green+Blue) = 12+183+134=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB786 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB786 is #F34879. Grayscale: #7E7E7E. Windows color (decimal): -15943802 or 8828684. OLE color: 8828684.

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

Color convert

RGB12183134-
CMYK0.9300.270.28
HSL162.81º87.69%38.24%-
HSV(B)162.81º93.44%71.76%-
XYZ21.3935.6728.31-
YUV126.28132.3546.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.65%
GREEN value IS 183 (71.88% from 255) = 55.62%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=3.65%
G=55.62%
B=40.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121831340.9300.270.28162.8187.6938.24
HexCB7865D01B1Ca35826
Octal142672061350333424313046
Binary11001011011110000110101110101101111100101000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CB786;
 }
 .AnyTagClassName
 {
   color: #0CB786;
 }
</style>
background-color css

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

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

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

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

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

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