Html Css Color HEX #98AB7C Olivine

📋 copy color: '#98AB7C'

red 152 ◦ green 171 ◦ blue 124

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

Shades of Olivine #98AB7C

Tints of Olivine #98AB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 34%
G = 38.26%
B = 27.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#98AB7C (or 0x98AB7C) is known color: Olivine. HEX triplet: 98, AB and 7C. RGB value is (152,171,124). Sum of RGB (Red+Green+Blue) = 152+171+124=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AB7C is #675483. Grayscale: #A0A0A0. Windows color (decimal): -6771844 or 8170392. OLE color: 8170392.

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

Color convert

RGB 152 171 124 -
CMYK 0.11 0 0.27 0.33
HSL 84.26º 0.22% 0.58% -
HSV(B) 84.26º 0.27% 0.67% -
XYZ 31.15 37.26 24.62 -
YUV 159.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 152 171 124 0.11 0 0.27 0.33 84.26 0.22 0.58
Hex 98 AB 7C B 0 1B 21 54 16 3A
Octal 230 253 174 13 0 33 41 124 26 72
Binary 10011000 10101011 1111100 1011 0 11011 100001 1010100 10110 111010

Color Harmonies of #98AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AB7C

Black with #98AB7C

Text Example


Text Example

White with #98AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,171,124); }

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

background-color css

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

 a { background-color: rgb(152,171,124); }

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

border-color css

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

 span { border-color: rgb(152,171,124); }

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