Html Css Color HEX #9DB377 Olivine

📋 copy color: '#9DB377'

red 157 ◦ green 179 ◦ blue 119

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

Shades of Olivine #9DB377

Tints of Olivine #9DB377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

 BLUE value IS 119 (46.88% from 255) = 26.15%

R = 34.51%
G = 39.34%
B = 26.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#9DB377 (or 0x9DB377) is known color: Olivine. HEX triplet: 9D, B3 and 77. RGB value is (157,179,119). Sum of RGB (Red+Green+Blue) = 157+179+119=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB377 is #624C88. Grayscale: #A5A5A5. Windows color (decimal): -6442121 or 7844765. OLE color: 7844765.

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

Color convert

RGB 157 179 119 -
CMYK 0.12 0 0.34 0.30
HSL 82º 0.28% 0.58% -
HSV(B) 82º 0.34% 0.7% -
XYZ 33.35 40.74 23.56 -
YUV 165.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 157 179 119 0.12 0 0.34 0.30 82 0.28 0.58
Hex 9D B3 77 C 0 22 1E 52 1C 3A
Octal 235 263 167 14 0 42 36 122 34 72
Binary 10011101 10110011 1110111 1100 0 100010 11110 1010010 11100 111010

Color Harmonies of #9DB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB377

Black with #9DB377

Text Example


Text Example

White with #9DB377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,179,119); }

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

background-color css

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

 a { background-color: rgb(157,179,119); }

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

border-color css

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

 span { border-color: rgb(157,179,119); }

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