Html Css Color HEX #9DB681 Olivine

📋 copy color: '#9DB681'

red 157 ◦ green 182 ◦ blue 129

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

Shades of Olivine #9DB681

Tints of Olivine #9DB681

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

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

R = 33.55%
G = 38.89%
B = 27.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#9DB681 (or 0x9DB681) is known color: Olivine. HEX triplet: 9D, B6 and 81. RGB value is (157,182,129). Sum of RGB (Red+Green+Blue) = 157+182+129=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB681 is #62497E. Grayscale: #A8A8A8. Windows color (decimal): -6441343 or 8500893. OLE color: 8500893.

HSL color Cylindrical-coordinate representation of color #9DB681: hue angle of 88.3º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB681 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 129 -
CMYK 0.14 0 0.29 0.29
HSL 88.3º 0.27% 0.61% -
HSV(B) 88.3º 0.29% 0.71% -
XYZ 34.6 42.21 27.09 -
YUV 168.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 157 182 129 0.14 0 0.29 0.29 88.3 0.27 0.61
Hex 9D B6 81 E 0 1D 1D 58 1B 3D
Octal 235 266 201 16 0 35 35 130 33 75
Binary 10011101 10110110 10000001 1110 0 11101 11101 1011000 11011 111101

Color Harmonies of #9DB681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB681

Black with #9DB681

Text Example


Text Example

White with #9DB681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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