Html Css Color HEX #95AD73 Olivine

📋 copy color: '#95AD73'

red 149 ◦ green 173 ◦ blue 115

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

Shades of Olivine #95AD73

Tints of Olivine #95AD73

RGB

 RED value IS 149 (58.59% from 255) = 34.1%

 GREEN value IS 173 (67.97% from 255) = 39.59%

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 34.1%
G = 39.59%
B = 26.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#95AD73 (or 0x95AD73) is known color: Olivine. HEX triplet: 95, AD and 73. RGB value is (149,173,115). Sum of RGB (Red+Green+Blue) = 149+173+115=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD73 is #6A528C. Grayscale: #9F9F9F. Windows color (decimal): -6967949 or 7581077. OLE color: 7581077.

HSL color Cylindrical-coordinate representation of color #95AD73: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95AD73 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 173 115 -
CMYK 0.14 0 0.34 0.32
HSL 84.83º 0.26% 0.56% -
HSV(B) 84.83º 0.34% 0.68% -
XYZ 30.43 37.51 21.86 -
YUV 159.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 149 173 115 0.14 0 0.34 0.32 84.83 0.26 0.56
Hex 95 AD 73 E 0 22 20 55 1A 38
Octal 225 255 163 16 0 42 40 125 32 70
Binary 10010101 10101101 1110011 1110 0 100010 100000 1010101 11010 111000

Color Harmonies of #95AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD73

Black with #95AD73

Text Example


Text Example

White with #95AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AD73; }

 p { color: rgb(149,173,115); }

 H1.HeaderClassName
 {
   color: #95AD73;
 }
 .AnyTagClassName
 {
   color: #95AD73;
 }
</style>

background-color css

<style>
 a { background-color: #95AD73; }

 a { background-color: rgb(149,173,115); }

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

border-color css

<style>
 span { border-color: #95AD73; }

 span { border-color: rgb(149,173,115); }

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