Html Css Color HEX #9DB077 Olivine

📋 copy color: '#9DB077'

red 157 ◦ green 176 ◦ blue 119

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

Shades of Olivine #9DB077

Tints of Olivine #9DB077

RGB

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

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

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

R = 34.73%
G = 38.94%
B = 26.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#9DB077 (or 0x9DB077) is known color: Olivine. HEX triplet: 9D, B0 and 77. RGB value is (157,176,119). Sum of RGB (Red+Green+Blue) = 157+176+119=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB077 is #624F88. Grayscale: #A4A4A4. Windows color (decimal): -6442889 or 7843997. OLE color: 7843997.

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

Color convert

RGB 157 176 119 -
CMYK 0.11 0 0.32 0.31
HSL 80º 0.27% 0.58% -
HSV(B) 80º 0.32% 0.69% -
XYZ 32.76 39.55 23.36 -
YUV 163.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 157 176 119 0.11 0 0.32 0.31 80 0.27 0.58
Hex 9D B0 77 B 0 20 1F 50 1B 3A
Octal 235 260 167 13 0 40 37 120 33 72
Binary 10011101 10110000 1110111 1011 0 100000 11111 1010000 11011 111010

Color Harmonies of #9DB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB077

Black with #9DB077

Text Example


Text Example

White with #9DB077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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