Html Css Color HEX #0CB678 Mountain Meadow

📋 copy color: '#0CB678'

red 12 ◦ green 182 ◦ blue 120

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

Shades of Mountain Meadow #0CB678

Tints of Mountain Meadow #0CB678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 3.82%
G = 57.96%
B = 38.22%

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

#0CB678 (or 0x0CB678) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 78. RGB value is (12,182,120). Sum of RGB (Red+Green+Blue) = 12+182+120=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB678 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB678 is #F34987. Grayscale: #7C7C7C. Windows color (decimal): -15944072 or 7910924. OLE color: 7910924.

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

Color convert

RGB 12 182 120 -
CMYK 0.93 0 0.34 0.29
HSL 158.12º 0.88% 0.38% -
HSV(B) 158.12º 0.93% 0.71% -
XYZ 20.27 34.89 23.44 -
YUV 124.1 125.68 48.04 -
System Red Green Blue C M Y K H S L
Decimal 12 182 120 0.93 0 0.34 0.29 158.12 0.88 0.38
Hex C B6 78 5D 0 22 1D 9E 58 26
Octal 14 266 170 135 0 42 35 236 130 46
Binary 1100 10110110 1111000 1011101 0 100010 11101 10011110 1011000 100110

Color Harmonies of #0CB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB678

Black with #0CB678

Text Example


Text Example

White with #0CB678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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