#0CB789

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

Shades of Mountain Meadow #0CB789

Tints of Mountain Meadow #0CB789

Color information

#0CB789 (or 0x0CB789) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B7 and 89. RGB value is (12,183,137). Sum of RGB (Red+Green+Blue) = 12+183+137=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB789 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB789 is #F34876. Grayscale: #7E7E7E. Windows color (decimal): -15943799 or 9025292. OLE color: 9025292.

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

Color convert

RGB12183137-
CMYK0.9300.250.28
HSL163.86º87.69%38.24%-
HSV(B)163.86º93.44%71.76%-
XYZ21.635.7529.43-
YUV126.63133.8546.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.61%
GREEN value IS 183 (71.88% from 255) = 55.12%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=3.61%
G=55.12%
B=41.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121831370.9300.250.28163.8687.6938.24
HexCB7895D0191Ca45826
Octal142672111350313424413046
Binary11001011011110001001101110101100111100101001001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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