Html Css Color HEX #95AE81 Olivine

📋 copy color: '#95AE81'

red 149 ◦ green 174 ◦ blue 129

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

Shades of Olivine #95AE81

Tints of Olivine #95AE81

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.5%

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

R = 32.96%
G = 38.5%
B = 28.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#95AE81 (or 0x95AE81) is known color: Olivine. HEX triplet: 95, AE and 81. RGB value is (149,174,129). Sum of RGB (Red+Green+Blue) = 149+174+129=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AE81 is #6A517E. Grayscale: #A1A1A1. Windows color (decimal): -6967679 or 8498837. OLE color: 8498837.

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

Color convert

RGB 149 174 129 -
CMYK 0.14 0 0.26 0.32
HSL 93.33º 0.22% 0.59% -
HSV(B) 93.33º 0.26% 0.68% -
XYZ 31.49 38.25 26.49 -
YUV 161.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 149 174 129 0.14 0 0.26 0.32 93.33 0.22 0.59
Hex 95 AE 81 E 0 1A 20 5D 16 3B
Octal 225 256 201 16 0 32 40 135 26 73
Binary 10010101 10101110 10000001 1110 0 11010 100000 1011101 10110 111011

Color Harmonies of #95AE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AE81

Black with #95AE81

Text Example


Text Example

White with #95AE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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