Html Css Color HEX #0CB67B Mountain Meadow

📋 copy color: '#0CB67B'

red 12 ◦ green 182 ◦ blue 123

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

Shades of Mountain Meadow #0CB67B

Tints of Mountain Meadow #0CB67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 3.79%
G = 57.41%
B = 38.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#0CB67B (or 0x0CB67B) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 7B. RGB value is (12,182,123). Sum of RGB (Red+Green+Blue) = 12+182+123=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB67B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB67B is #F34984. Grayscale: #7C7C7C. Windows color (decimal): -15944069 or 8107532. OLE color: 8107532.

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

Color convert

RGB 12 182 123 -
CMYK 0.93 0 0.32 0.29
HSL 159.18º 0.88% 0.38% -
HSV(B) 159.18º 0.93% 0.71% -
XYZ 20.45 34.96 24.41 -
YUV 124.44 127.18 47.8 -
System Red Green Blue C M Y K H S L
Decimal 12 182 123 0.93 0 0.32 0.29 159.18 0.88 0.38
Hex C B6 7B 5D 0 20 1D 9F 58 26
Octal 14 266 173 135 0 40 35 237 130 46
Binary 1100 10110110 1111011 1011101 0 100000 11101 10011111 1011000 100110

Color Harmonies of #0CB67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB67B

Black with #0CB67B

Text Example


Text Example

White with #0CB67B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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