Html Css Color HEX #9DAD7A Olivine

📋 copy color: '#9DAD7A'

red 157 ◦ green 173 ◦ blue 122

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

Shades of Olivine #9DAD7A

Tints of Olivine #9DAD7A

RGB

 RED value IS 157 (61.72% from 255) = 34.73%

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

 BLUE value IS 122 (48.05% from 255) = 26.99%

R = 34.73%
G = 38.27%
B = 26.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#9DAD7A (or 0x9DAD7A) is known color: Olivine. HEX triplet: 9D, AD and 7A. RGB value is (157,173,122). Sum of RGB (Red+Green+Blue) = 157+173+122=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD7A is #625285. Grayscale: #A2A2A2. Windows color (decimal): -6443654 or 8039837. OLE color: 8039837.

HSL color Cylindrical-coordinate representation of color #9DAD7A: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DAD7A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 173 122 -
CMYK 0.09 0 0.29 0.32
HSL 78.82º 0.24% 0.58% -
HSV(B) 78.82º 0.29% 0.68% -
XYZ 32.36 38.46 24.13 -
YUV 162.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 157 173 122 0.09 0 0.29 0.32 78.82 0.24 0.58
Hex 9D AD 7A 9 0 1D 20 4F 18 3A
Octal 235 255 172 11 0 35 40 117 30 72
Binary 10011101 10101101 1111010 1001 0 11101 100000 1001111 11000 111010

Color Harmonies of #9DAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD7A

Black with #9DAD7A

Text Example


Text Example

White with #9DAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAD7A; }

 p { color: rgb(157,173,122); }

 H1.HeaderClassName
 {
   color: #9DAD7A;
 }
 .AnyTagClassName
 {
   color: #9DAD7A;
 }
</style>

background-color css

<style>
 a { background-color: #9DAD7A; }

 a { background-color: rgb(157,173,122); }

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

border-color css

<style>
 span { border-color: #9DAD7A; }

 span { border-color: rgb(157,173,122); }

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