Html Css Color HEX #9DB97B Olivine

📋 copy color: '#9DB97B'

red 157 ◦ green 185 ◦ blue 123

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

Shades of Olivine #9DB97B

Tints of Olivine #9DB97B

RGB

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

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

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

R = 33.76%
G = 39.78%
B = 26.45%

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

#9DB97B (or 0x9DB97B) is known color: Olivine. HEX triplet: 9D, B9 and 7B. RGB value is (157,185,123). Sum of RGB (Red+Green+Blue) = 157+185+123=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB97B is #624684. Grayscale: #A9A9A9. Windows color (decimal): -6440581 or 8108445. OLE color: 8108445.

HSL color Cylindrical-coordinate representation of color #9DB97B: hue angle of 87.1º 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 #9DB97B is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 123 -
CMYK 0.15 0 0.34 0.27
HSL 87.1º 0.31% 0.6% -
HSV(B) 87.1º 0.34% 0.73% -
XYZ 34.83 43.3 25.26 -
YUV 169.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 157 185 123 0.15 0 0.34 0.27 87.1 0.31 0.6
Hex 9D B9 7B F 0 22 1B 57 1F 3C
Octal 235 271 173 17 0 42 33 127 37 74
Binary 10011101 10111001 1111011 1111 0 100010 11011 1010111 11111 111100

Color Harmonies of #9DB97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB97B

Black with #9DB97B

Text Example


Text Example

White with #9DB97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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