Html Css Color HEX #9DB17F Olivine

📋 copy color: '#9DB17F'

red 157 ◦ green 177 ◦ blue 127

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

Shades of Olivine #9DB17F

Tints of Olivine #9DB17F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.39%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 34.06%
G = 38.39%
B = 27.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#9DB17F (or 0x9DB17F) is known color: Olivine. HEX triplet: 9D, B1 and 7F. RGB value is (157,177,127). Sum of RGB (Red+Green+Blue) = 157+177+127=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB17F is #624E80. Grayscale: #A5A5A5. Windows color (decimal): -6442625 or 8368541. OLE color: 8368541.

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

Color convert

RGB 157 177 127 -
CMYK 0.11 0 0.28 0.31
HSL 84º 0.24% 0.6% -
HSV(B) 84º 0.28% 0.69% -
XYZ 33.46 40.14 26.06 -
YUV 165.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 157 177 127 0.11 0 0.28 0.31 84 0.24 0.6
Hex 9D B1 7F B 0 1C 1F 54 18 3C
Octal 235 261 177 13 0 34 37 124 30 74
Binary 10011101 10110001 1111111 1011 0 11100 11111 1010100 11000 111100

Color Harmonies of #9DB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB17F

Black with #9DB17F

Text Example


Text Example

White with #9DB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,177,127); }

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

background-color css

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

 a { background-color: rgb(157,177,127); }

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

border-color css

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

 span { border-color: rgb(157,177,127); }

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