#0CB67D

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

Shades of Mountain Meadow #0CB67D

Tints of Mountain Meadow #0CB67D

Color information

#0CB67D (or 0x0CB67D) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B6 and 7D. RGB value is (12,182,125). Sum of RGB (Red+Green+Blue) = 12+182+125=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB67D is #F34982. Grayscale: #7C7C7C. Windows color (decimal): -15944067 or 8238604. OLE color: 8238604.

HSL color Cylindrical-coordinate representation of color #0CB67D: hue angle of 159.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB67D is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB12182125-
CMYK0.9300.310.29
HSL159.88º87.63%38.04%-
HSV(B)159.88º93.41%71.37%-
XYZ20.5835.0125.08-
YUV124.67128.1847.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.76%
GREEN value IS 182 (71.48% from 255) = 57.05%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=3.76%
G=57.05%
B=39.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121821250.9300.310.29159.8887.6338.04
HexCB67D5D01F1Da05826
Octal142661751350373524013046
Binary1100101101101111101101110101111111101101000001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,182,125); }

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

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

 a { background-color: rgb(12,182,125); }

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

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

 span { border-color: rgb(12,182,125); }

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