Html Css Color HEX #99AD78 Olivine

📋 copy color: '#99AD78'

red 153 ◦ green 173 ◦ blue 120

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

Shades of Olivine #99AD78

Tints of Olivine #99AD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 34.3%
G = 38.79%
B = 26.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#99AD78 (or 0x99AD78) is known color: Olivine. HEX triplet: 99, AD and 78. RGB value is (153,173,120). Sum of RGB (Red+Green+Blue) = 153+173+120=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD78 is #665287. Grayscale: #A1A1A1. Windows color (decimal): -6705800 or 7908761. OLE color: 7908761.

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

Color convert

RGB 153 173 120 -
CMYK 0.12 0 0.31 0.32
HSL 82.64º 0.24% 0.57% -
HSV(B) 82.64º 0.31% 0.68% -
XYZ 31.47 38.02 23.45 -
YUV 160.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 153 173 120 0.12 0 0.31 0.32 82.64 0.24 0.57
Hex 99 AD 78 C 0 1F 20 53 18 39
Octal 231 255 170 14 0 37 40 123 30 71
Binary 10011001 10101101 1111000 1100 0 11111 100000 1010011 11000 111001

Color Harmonies of #99AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD78

Black with #99AD78

Text Example


Text Example

White with #99AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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