Html Css Color HEX #9DB071 Olivine

📋 copy color: '#9DB071'

red 157 ◦ green 176 ◦ blue 113

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

Shades of Olivine #9DB071

Tints of Olivine #9DB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.46%

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

R = 35.2%
G = 39.46%
B = 25.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#9DB071 (or 0x9DB071) is known color: Olivine. HEX triplet: 9D, B0 and 71. RGB value is (157,176,113). Sum of RGB (Red+Green+Blue) = 157+176+113=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB071 is #624F8E. Grayscale: #A3A3A3. Windows color (decimal): -6442895 or 7450781. OLE color: 7450781.

HSL color Cylindrical-coordinate representation of color #9DB071: hue angle of 78.1º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB071 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 113 -
CMYK 0.11 0 0.36 0.31
HSL 78.1º 0.29% 0.57% -
HSV(B) 78.1º 0.36% 0.69% -
XYZ 32.41 39.41 21.52 -
YUV 163.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 157 176 113 0.11 0 0.36 0.31 78.1 0.29 0.57
Hex 9D B0 71 B 0 24 1F 4E 1D 39
Octal 235 260 161 13 0 44 37 116 35 71
Binary 10011101 10110000 1110001 1011 0 100100 11111 1001110 11101 111001

Color Harmonies of #9DB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB071

Black with #9DB071

Text Example


Text Example

White with #9DB071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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