Html Css Color HEX #9DB17C Olivine

📋 copy color: '#9DB17C'

red 157 ◦ green 177 ◦ blue 124

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

Shades of Olivine #9DB17C

Tints of Olivine #9DB17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 34.28%
G = 38.65%
B = 27.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#9DB17C (or 0x9DB17C) is known color: Olivine. HEX triplet: 9D, B1 and 7C. RGB value is (157,177,124). Sum of RGB (Red+Green+Blue) = 157+177+124=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB17C is #624E83. Grayscale: #A5A5A5. Windows color (decimal): -6442628 or 8171933. OLE color: 8171933.

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

Color convert

RGB 157 177 124 -
CMYK 0.11 0 0.30 0.31
HSL 82.64º 0.25% 0.59% -
HSV(B) 82.64º 0.3% 0.69% -
XYZ 33.26 40.07 25.05 -
YUV 164.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 157 177 124 0.11 0 0.30 0.31 82.64 0.25 0.59
Hex 9D B1 7C B 0 1E 1F 53 19 3B
Octal 235 261 174 13 0 36 37 123 31 73
Binary 10011101 10110001 1111100 1011 0 11110 11111 1010011 11001 111011

Color Harmonies of #9DB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB17C

Black with #9DB17C

Text Example


Text Example

White with #9DB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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