Html Css Color HEX #98AD6D Olivine

📋 copy color: '#98AD6D'

red 152 ◦ green 173 ◦ blue 109

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

Shades of Olivine #98AD6D

Tints of Olivine #98AD6D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 35.02%
G = 39.86%
B = 25.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#98AD6D (or 0x98AD6D) is known color: Olivine. HEX triplet: 98, AD and 6D. RGB value is (152,173,109). Sum of RGB (Red+Green+Blue) = 152+173+109=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AD6D is #675292. Grayscale: #9F9F9F. Windows color (decimal): -6771347 or 7187864. OLE color: 7187864.

HSL color Cylindrical-coordinate representation of color #98AD6D: hue angle of 79.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98AD6D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 173 109 -
CMYK 0.12 0 0.37 0.32
HSL 79.69º 0.28% 0.55% -
HSV(B) 79.69º 0.37% 0.68% -
XYZ 30.65 37.67 20.12 -
YUV 159.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 152 173 109 0.12 0 0.37 0.32 79.69 0.28 0.55
Hex 98 AD 6D C 0 25 20 50 1C 37
Octal 230 255 155 14 0 45 40 120 34 67
Binary 10011000 10101101 1101101 1100 0 100101 100000 1010000 11100 110111

Color Harmonies of #98AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AD6D

Black with #98AD6D

Text Example


Text Example

White with #98AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,173,109); }

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

background-color css

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

 a { background-color: rgb(152,173,109); }

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

border-color css

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

 span { border-color: rgb(152,173,109); }

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