Html Css Color HEX #95A981 Olivine

📋 copy color: '#95A981'

red 149 ◦ green 169 ◦ blue 129

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

Shades of Olivine #95A981

Tints of Olivine #95A981

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.81%

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 33.33%
G = 37.81%
B = 28.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#95A981 (or 0x95A981) is known color: Olivine. HEX triplet: 95, A9 and 81. RGB value is (149,169,129). Sum of RGB (Red+Green+Blue) = 149+169+129=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #95A981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A981 is #6A567E. Grayscale: #9E9E9E. Windows color (decimal): -6968959 or 8497557. OLE color: 8497557.

HSL color Cylindrical-coordinate representation of color #95A981: hue angle of 90º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95A981 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 169 129 -
CMYK 0.12 0 0.24 0.34
HSL 90º 0.19% 0.58% -
HSV(B) 90º 0.24% 0.66% -
XYZ 30.54 36.35 26.18 -
YUV 158.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 149 169 129 0.12 0 0.24 0.34 90 0.19 0.58
Hex 95 A9 81 C 0 18 22 5A 13 3A
Octal 225 251 201 14 0 30 42 132 23 72
Binary 10010101 10101001 10000001 1100 0 11000 100010 1011010 10011 111010

Color Harmonies of #95A981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A981

Black with #95A981

Text Example


Text Example

White with #95A981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,169,129); }

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

background-color css

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

 a { background-color: rgb(149,169,129); }

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

border-color css

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

 span { border-color: rgb(149,169,129); }

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