Html Css Color HEX #96AE81 Olivine

📋 copy color: '#96AE81'

red 150 ◦ green 174 ◦ blue 129

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

Shades of Olivine #96AE81

Tints of Olivine #96AE81

RGB

 RED value IS 150 (58.98% from 255) = 33.11%

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

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

R = 33.11%
G = 38.41%
B = 28.48%

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

#96AE81 (or 0x96AE81) is known color: Olivine. HEX triplet: 96, AE and 81. RGB value is (150,174,129). Sum of RGB (Red+Green+Blue) = 150+174+129=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AE81 is #69517E. Grayscale: #A1A1A1. Windows color (decimal): -6902143 or 8498838. OLE color: 8498838.

HSL color Cylindrical-coordinate representation of color #96AE81: hue angle of 92º 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 #96AE81 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 174 129 -
CMYK 0.14 0 0.26 0.32
HSL 92º 0.22% 0.59% -
HSV(B) 92º 0.26% 0.68% -
XYZ 31.68 38.34 26.5 -
YUV 161.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 150 174 129 0.14 0 0.26 0.32 92 0.22 0.59
Hex 96 AE 81 E 0 1A 20 5C 16 3B
Octal 226 256 201 16 0 32 40 134 26 73
Binary 10010110 10101110 10000001 1110 0 11010 100000 1011100 10110 111011

Color Harmonies of #96AE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AE81

Black with #96AE81

Text Example


Text Example

White with #96AE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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