Html Css Color HEX #9DB870 Olivine

📋 copy color: '#9DB870'

red 157 ◦ green 184 ◦ blue 112

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

Shades of Olivine #9DB870

Tints of Olivine #9DB870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 34.66%
G = 40.62%
B = 24.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#9DB870 (or 0x9DB870) is known color: Olivine. HEX triplet: 9D, B8 and 70. RGB value is (157,184,112). Sum of RGB (Red+Green+Blue) = 157+184+112=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB870 is #62478F. Grayscale: #A7A7A7. Windows color (decimal): -6440848 or 7387293. OLE color: 7387293.

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

Color convert

RGB 157 184 112 -
CMYK 0.15 0 0.39 0.28
HSL 82.5º 0.34% 0.58% -
HSV(B) 82.5º 0.39% 0.72% -
XYZ 33.97 42.62 21.77 -
YUV 167.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 157 184 112 0.15 0 0.39 0.28 82.5 0.34 0.58
Hex 9D B8 70 F 0 27 1C 52 22 3A
Octal 235 270 160 17 0 47 34 122 42 72
Binary 10011101 10111000 1110000 1111 0 100111 11100 1010010 100010 111010

Color Harmonies of #9DB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB870

Black with #9DB870

Text Example


Text Example

White with #9DB870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,184,112); }

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

background-color css

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

 a { background-color: rgb(157,184,112); }

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

border-color css

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

 span { border-color: rgb(157,184,112); }

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