Html Css Color HEX #99AD7D Olivine

📋 copy color: '#99AD7D'

red 153 ◦ green 173 ◦ blue 125

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

Shades of Olivine #99AD7D

Tints of Olivine #99AD7D

RGB

 RED value IS 153 (60.16% from 255) = 33.92%

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

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 33.92%
G = 38.36%
B = 27.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#99AD7D (or 0x99AD7D) is known color: Olivine. HEX triplet: 99, AD and 7D. RGB value is (153,173,125). Sum of RGB (Red+Green+Blue) = 153+173+125=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD7D is #665282. Grayscale: #A1A1A1. Windows color (decimal): -6705795 or 8236441. OLE color: 8236441.

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

Color convert

RGB 153 173 125 -
CMYK 0.12 0 0.28 0.32
HSL 85º 0.23% 0.58% -
HSV(B) 85º 0.28% 0.68% -
XYZ 31.78 38.14 25.09 -
YUV 161.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 153 173 125 0.12 0 0.28 0.32 85 0.23 0.58
Hex 99 AD 7D C 0 1C 20 55 17 3A
Octal 231 255 175 14 0 34 40 125 27 72
Binary 10011001 10101101 1111101 1100 0 11100 100000 1010101 10111 111010

Color Harmonies of #99AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD7D

Black with #99AD7D

Text Example


Text Example

White with #99AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AD7D; }

 p { color: rgb(153,173,125); }

 H1.HeaderClassName
 {
   color: #99AD7D;
 }
 .AnyTagClassName
 {
   color: #99AD7D;
 }
</style>

background-color css

<style>
 a { background-color: #99AD7D; }

 a { background-color: rgb(153,173,125); }

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

border-color css

<style>
 span { border-color: #99AD7D; }

 span { border-color: rgb(153,173,125); }

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