Html Css Color HEX #95A881 Olivine

📋 copy color: '#95A881'

red 149 ◦ green 168 ◦ blue 129

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

Shades of Olivine #95A881

Tints of Olivine #95A881

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

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

R = 33.41%
G = 37.67%
B = 28.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#95A881 (or 0x95A881) is known color: Olivine. HEX triplet: 95, A8 and 81. RGB value is (149,168,129). Sum of RGB (Red+Green+Blue) = 149+168+129=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 168 - color contains mainly: green. Hex color #95A881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A881 is #6A577E. Grayscale: #9E9E9E. Windows color (decimal): -6969215 or 8497301. OLE color: 8497301.

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

Color convert

RGB 149 168 129 -
CMYK 0.11 0 0.23 0.34
HSL 89.23º 0.18% 0.58% -
HSV(B) 89.23º 0.23% 0.66% -
XYZ 30.36 35.98 26.11 -
YUV 157.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 149 168 129 0.11 0 0.23 0.34 89.23 0.18 0.58
Hex 95 A8 81 B 0 17 22 59 12 3A
Octal 225 250 201 13 0 27 42 131 22 72
Binary 10010101 10101000 10000001 1011 0 10111 100010 1011001 10010 111010

Color Harmonies of #95A881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A881

Black with #95A881

Text Example


Text Example

White with #95A881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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