Html Css Color HEX #9DB081 Olivine

📋 copy color: '#9DB081'

red 157 ◦ green 176 ◦ blue 129

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

Shades of Olivine #9DB081

Tints of Olivine #9DB081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.92%

R = 33.98%
G = 38.1%
B = 27.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#9DB081 (or 0x9DB081) is known color: Olivine. HEX triplet: 9D, B0 and 81. RGB value is (157,176,129). Sum of RGB (Red+Green+Blue) = 157+176+129=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB081 is #624F7E. Grayscale: #A5A5A5. Windows color (decimal): -6442879 or 8499357. OLE color: 8499357.

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

Color convert

RGB 157 176 129 -
CMYK 0.11 0 0.27 0.31
HSL 84.26º 0.23% 0.6% -
HSV(B) 84.26º 0.27% 0.69% -
XYZ 33.39 39.8 26.69 -
YUV 164.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 157 176 129 0.11 0 0.27 0.31 84.26 0.23 0.6
Hex 9D B0 81 B 0 1B 1F 54 17 3C
Octal 235 260 201 13 0 33 37 124 27 74
Binary 10011101 10110000 10000001 1011 0 11011 11111 1010100 10111 111100

Color Harmonies of #9DB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB081

Black with #9DB081

Text Example


Text Example

White with #9DB081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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