Html Css Color HEX #9DB17D Olivine

📋 copy color: '#9DB17D'

red 157 ◦ green 177 ◦ blue 125

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

Shades of Olivine #9DB17D

Tints of Olivine #9DB17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 34.2%
G = 38.56%
B = 27.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#9DB17D (or 0x9DB17D) is known color: Olivine. HEX triplet: 9D, B1 and 7D. RGB value is (157,177,125). Sum of RGB (Red+Green+Blue) = 157+177+125=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB17D is #624E82. Grayscale: #A5A5A5. Windows color (decimal): -6442627 or 8237469. OLE color: 8237469.

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

Color convert

RGB 157 177 125 -
CMYK 0.11 0 0.29 0.31
HSL 83.08º 0.25% 0.59% -
HSV(B) 83.08º 0.29% 0.69% -
XYZ 33.33 40.09 25.38 -
YUV 165.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 157 177 125 0.11 0 0.29 0.31 83.08 0.25 0.59
Hex 9D B1 7D B 0 1D 1F 53 19 3B
Octal 235 261 175 13 0 35 37 123 31 73
Binary 10011101 10110001 1111101 1011 0 11101 11111 1010011 11001 111011

Color Harmonies of #9DB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB17D

Black with #9DB17D

Text Example


Text Example

White with #9DB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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