Html Css Color HEX #95AB80 Olivine

📋 copy color: '#95AB80'

red 149 ◦ green 171 ◦ blue 128

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

Shades of Olivine #95AB80

Tints of Olivine #95AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 33.26%
G = 38.17%
B = 28.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#95AB80 (or 0x95AB80) is known color: Olivine. HEX triplet: 95, AB and 80. RGB value is (149,171,128). Sum of RGB (Red+Green+Blue) = 149+171+128=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AB80 is #6A547F. Grayscale: #9F9F9F. Windows color (decimal): -6968448 or 8432533. OLE color: 8432533.

HSL color Cylindrical-coordinate representation of color #95AB80: hue angle of 90.7º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95AB80 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 171 128 -
CMYK 0.13 0 0.25 0.33
HSL 90.7º 0.2% 0.59% -
HSV(B) 90.7º 0.25% 0.67% -
XYZ 30.85 37.07 25.95 -
YUV 159.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 149 171 128 0.13 0 0.25 0.33 90.7 0.2 0.59
Hex 95 AB 80 D 0 19 21 5B 14 3B
Octal 225 253 200 15 0 31 41 133 24 73
Binary 10010101 10101011 10000000 1101 0 11001 100001 1011011 10100 111011

Color Harmonies of #95AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AB80

Black with #95AB80

Text Example


Text Example

White with #95AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,171,128); }

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

background-color css

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

 a { background-color: rgb(149,171,128); }

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

border-color css

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

 span { border-color: rgb(149,171,128); }

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