Html Css Color HEX #9DAD7B Olivine

📋 copy color: '#9DAD7B'

red 157 ◦ green 173 ◦ blue 123

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

Shades of Olivine #9DAD7B

Tints of Olivine #9DAD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.15%

R = 34.66%
G = 38.19%
B = 27.15%

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

#9DAD7B (or 0x9DAD7B) is known color: Olivine. HEX triplet: 9D, AD and 7B. RGB value is (157,173,123). Sum of RGB (Red+Green+Blue) = 157+173+123=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD7B is #625284. Grayscale: #A2A2A2. Windows color (decimal): -6443653 or 8105373. OLE color: 8105373.

HSL color Cylindrical-coordinate representation of color #9DAD7B: hue angle of 79.2º degrees, saturation: 0.23, 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 #9DAD7B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 173 123 -
CMYK 0.09 0 0.29 0.32
HSL 79.2º 0.23% 0.58% -
HSV(B) 79.2º 0.29% 0.68% -
XYZ 32.42 38.49 24.46 -
YUV 162.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 157 173 123 0.09 0 0.29 0.32 79.2 0.23 0.58
Hex 9D AD 7B 9 0 1D 20 4F 17 3A
Octal 235 255 173 11 0 35 40 117 27 72
Binary 10011101 10101101 1111011 1001 0 11101 100000 1001111 10111 111010

Color Harmonies of #9DAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD7B

Black with #9DAD7B

Text Example


Text Example

White with #9DAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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