Html Css Color HEX #98AA81 Olivine

📋 copy color: '#98AA81'

red 152 ◦ green 170 ◦ blue 129

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

Shades of Olivine #98AA81

Tints of Olivine #98AA81

RGB

 RED value IS 152 (59.77% from 255) = 33.7%

 GREEN value IS 170 (66.8% from 255) = 37.69%

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

R = 33.7%
G = 37.69%
B = 28.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#98AA81 (or 0x98AA81) is known color: Olivine. HEX triplet: 98, AA and 81. RGB value is (152,170,129). Sum of RGB (Red+Green+Blue) = 152+170+129=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA81 is #67557E. Grayscale: #A0A0A0. Windows color (decimal): -6772095 or 8497816. OLE color: 8497816.

HSL color Cylindrical-coordinate representation of color #98AA81: hue angle of 86.34º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98AA81 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 170 129 -
CMYK 0.11 0 0.24 0.33
HSL 86.34º 0.19% 0.59% -
HSV(B) 86.34º 0.24% 0.67% -
XYZ 31.29 37.01 26.26 -
YUV 159.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 152 170 129 0.11 0 0.24 0.33 86.34 0.19 0.59
Hex 98 AA 81 B 0 18 21 56 13 3B
Octal 230 252 201 13 0 30 41 126 23 73
Binary 10011000 10101010 10000001 1011 0 11000 100001 1010110 10011 111011

Color Harmonies of #98AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AA81

Black with #98AA81

Text Example


Text Example

White with #98AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98AA81; }

 p { color: rgb(152,170,129); }

 H1.HeaderClassName
 {
   color: #98AA81;
 }
 .AnyTagClassName
 {
   color: #98AA81;
 }
</style>

background-color css

<style>
 a { background-color: #98AA81; }

 a { background-color: rgb(152,170,129); }

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

border-color css

<style>
 span { border-color: #98AA81; }

 span { border-color: rgb(152,170,129); }

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