Html Css Color HEX #9DB971 Olivine

📋 copy color: '#9DB971'

red 157 ◦ green 185 ◦ blue 113

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

Shades of Olivine #9DB971

Tints of Olivine #9DB971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.84%

R = 34.51%
G = 40.66%
B = 24.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9DB971 (or 0x9DB971) is known color: Olivine. HEX triplet: 9D, B9 and 71. RGB value is (157,185,113). Sum of RGB (Red+Green+Blue) = 157+185+113=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB971 is #62468E. Grayscale: #A8A8A8. Windows color (decimal): -6440591 or 7453085. OLE color: 7453085.

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

Color convert

RGB 157 185 113 -
CMYK 0.15 0 0.39 0.27
HSL 83.33º 0.34% 0.58% -
HSV(B) 83.33º 0.39% 0.73% -
XYZ 34.23 43.06 22.13 -
YUV 168.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 157 185 113 0.15 0 0.39 0.27 83.33 0.34 0.58
Hex 9D B9 71 F 0 27 1B 53 22 3A
Octal 235 271 161 17 0 47 33 123 42 72
Binary 10011101 10111001 1110001 1111 0 100111 11011 1010011 100010 111010

Color Harmonies of #9DB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB971

Black with #9DB971

Text Example


Text Example

White with #9DB971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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