Html Css Color HEX #10B374 Mountain Meadow

📋 copy color: '#10B374'

red 16 ◦ green 179 ◦ blue 116

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

Shades of Mountain Meadow #10B374

Tints of Mountain Meadow #10B374

RGB

 RED value IS 16 (6.64% from 255) = 5.14%

 GREEN value IS 179 (70.31% from 255) = 57.56%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 5.14%
G = 57.56%
B = 37.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#10B374 (or 0x10B374) is known color: Mountain Meadow. HEX triplet: 10, B3 and 74. RGB value is (16,179,116). Sum of RGB (Red+Green+Blue) = 16+179+116=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #10B374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B374 is #EF4C8B. Grayscale: #7B7B7B. Windows color (decimal): -15682700 or 7648016. OLE color: 7648016.

HSL color Cylindrical-coordinate representation of color #10B374: hue angle of 156.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B374 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 179 116 -
CMYK 0.91 0 0.35 0.30
HSL 156.81º 0.84% 0.38% -
HSV(B) 156.81º 0.91% 0.7% -
XYZ 19.49 33.61 21.98 -
YUV 123.08 124 51.62 -
System Red Green Blue C M Y K H S L
Decimal 16 179 116 0.91 0 0.35 0.30 156.81 0.84 0.38
Hex 10 B3 74 5B 0 23 1E 9D 54 26
Octal 20 263 164 133 0 43 36 235 124 46
Binary 10000 10110011 1110100 1011011 0 100011 11110 10011101 1010100 100110

Color Harmonies of #10B374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B374

Black with #10B374

Text Example


Text Example

White with #10B374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B374; }

 p { color: rgb(16,179,116); }

 H1.HeaderClassName
 {
   color: #10B374;
 }
 .AnyTagClassName
 {
   color: #10B374;
 }
</style>

background-color css

<style>
 a { background-color: #10B374; }

 a { background-color: rgb(16,179,116); }

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

border-color css

<style>
 span { border-color: #10B374; }

 span { border-color: rgb(16,179,116); }

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