#0CB792

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

Shades of Mountain Meadow #0CB792

Tints of Mountain Meadow #0CB792

Color information

#0CB792 (or 0x0CB792) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B7 and 92. RGB value is (12,183,146). Sum of RGB (Red+Green+Blue) = 12+183+146=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB792 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB792 is #F3486D. Grayscale: #7F7F7F. Windows color (decimal): -15943790 or 9615116. OLE color: 9615116.

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

Color convert

RGB12183146-
CMYK0.9300.200.28
HSL167.02º87.69%38.24%-
HSV(B)167.02º93.44%71.76%-
XYZ22.2736.0232.97-
YUV127.65138.3545.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.52%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=3.52%
G=53.67%
B=42.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121831460.9300.200.28167.0287.6938.24
HexCB7925D0141Ca75826
Octal142672221350243424713046
Binary11001011011110010010101110101010011100101001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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