Html Css Color HEX #0CB679 Mountain Meadow

📋 copy color: '#0CB679'

red 12 ◦ green 182 ◦ blue 121

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

Shades of Mountain Meadow #0CB679

Tints of Mountain Meadow #0CB679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.78%

 BLUE value IS 121 (47.66% from 255) = 38.41%

R = 3.81%
G = 57.78%
B = 38.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#0CB679 (or 0x0CB679) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 79. RGB value is (12,182,121). Sum of RGB (Red+Green+Blue) = 12+182+121=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 182 (71.48% from 255 or 57.78% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB679 is #F34986. Grayscale: #7C7C7C. Windows color (decimal): -15944071 or 7976460. OLE color: 7976460.

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

Color convert

RGB 12 182 121 -
CMYK 0.93 0 0.34 0.29
HSL 158.47º 0.88% 0.38% -
HSV(B) 158.47º 0.93% 0.71% -
XYZ 20.33 34.91 23.76 -
YUV 124.22 126.18 47.96 -
System Red Green Blue C M Y K H S L
Decimal 12 182 121 0.93 0 0.34 0.29 158.47 0.88 0.38
Hex C B6 79 5D 0 22 1D 9E 58 26
Octal 14 266 171 135 0 42 35 236 130 46
Binary 1100 10110110 1111001 1011101 0 100010 11101 10011110 1011000 100110

Color Harmonies of #0CB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB679

Black with #0CB679

Text Example


Text Example

White with #0CB679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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