Html Css Color HEX #0DB679 Mountain Meadow

📋 copy color: '#0DB679'

red 13 ◦ green 182 ◦ blue 121

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

Shades of Mountain Meadow #0DB679

Tints of Mountain Meadow #0DB679

RGB

 RED value IS 13 (5.47% from 255) = 4.11%

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

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

R = 4.11%
G = 57.59%
B = 38.29%

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

#0DB679 (or 0x0DB679) is known color: Mountain Meadow. HEX triplet: 0D, B6 and 79. RGB value is (13,182,121). Sum of RGB (Red+Green+Blue) = 13+182+121=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB679 is #F24986. Grayscale: #7C7C7C. Windows color (decimal): -15878535 or 7976461. OLE color: 7976461.

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

Color convert

RGB 13 182 121 -
CMYK 0.93 0 0.34 0.29
HSL 158.34º 0.87% 0.38% -
HSV(B) 158.34º 0.93% 0.71% -
XYZ 20.35 34.92 23.76 -
YUV 124.52 126.01 48.46 -
System Red Green Blue C M Y K H S L
Decimal 13 182 121 0.93 0 0.34 0.29 158.34 0.87 0.38
Hex D B6 79 5D 0 22 1D 9E 57 26
Octal 15 266 171 135 0 42 35 236 127 46
Binary 1101 10110110 1111001 1011101 0 100010 11101 10011110 1010111 100110

Color Harmonies of #0DB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB679

Black with #0DB679

Text Example


Text Example

White with #0DB679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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