Html Css Color HEX #98AF73 Olivine

📋 copy color: '#98AF73'

red 152 ◦ green 175 ◦ blue 115

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

Shades of Olivine #98AF73

Tints of Olivine #98AF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.59%

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 34.39%
G = 39.59%
B = 26.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#98AF73 (or 0x98AF73) is known color: Olivine. HEX triplet: 98, AF and 73. RGB value is (152,175,115). Sum of RGB (Red+Green+Blue) = 152+175+115=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AF73 is #67508C. Grayscale: #A1A1A1. Windows color (decimal): -6770829 or 7581592. OLE color: 7581592.

HSL color Cylindrical-coordinate representation of color #98AF73: hue angle of 83º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98AF73 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 175 115 -
CMYK 0.13 0 0.34 0.31
HSL 83º 0.27% 0.57% -
HSV(B) 83º 0.34% 0.69% -
XYZ 31.37 38.57 22.01 -
YUV 161.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 152 175 115 0.13 0 0.34 0.31 83 0.27 0.57
Hex 98 AF 73 D 0 22 1F 53 1B 39
Octal 230 257 163 15 0 42 37 123 33 71
Binary 10011000 10101111 1110011 1101 0 100010 11111 1010011 11011 111001

Color Harmonies of #98AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AF73

Black with #98AF73

Text Example


Text Example

White with #98AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,175,115); }

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

background-color css

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

 a { background-color: rgb(152,175,115); }

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

border-color css

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

 span { border-color: rgb(152,175,115); }

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