Html Css Color HEX #9DB97A Olivine

📋 copy color: '#9DB97A'

red 157 ◦ green 185 ◦ blue 122

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

Shades of Olivine #9DB97A

Tints of Olivine #9DB97A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

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

R = 33.84%
G = 39.87%
B = 26.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#9DB97A (or 0x9DB97A) is known color: Olivine. HEX triplet: 9D, B9 and 7A. RGB value is (157,185,122). Sum of RGB (Red+Green+Blue) = 157+185+122=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB97A is #624685. Grayscale: #A9A9A9. Windows color (decimal): -6440582 or 8042909. OLE color: 8042909.

HSL color Cylindrical-coordinate representation of color #9DB97A: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB97A is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 122 -
CMYK 0.15 0 0.34 0.27
HSL 86.67º 0.31% 0.6% -
HSV(B) 86.67º 0.34% 0.73% -
XYZ 34.77 43.27 24.93 -
YUV 169.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 157 185 122 0.15 0 0.34 0.27 86.67 0.31 0.6
Hex 9D B9 7A F 0 22 1B 57 1F 3C
Octal 235 271 172 17 0 42 33 127 37 74
Binary 10011101 10111001 1111010 1111 0 100010 11011 1010111 11111 111100

Color Harmonies of #9DB97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB97A

Black with #9DB97A

Text Example


Text Example

White with #9DB97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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