Html Css Color HEX #9DB680 Olivine

📋 copy color: '#9DB680'

red 157 ◦ green 182 ◦ blue 128

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

Shades of Olivine #9DB680

Tints of Olivine #9DB680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 33.62%
G = 38.97%
B = 27.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#9DB680 (or 0x9DB680) is known color: Olivine. HEX triplet: 9D, B6 and 80. RGB value is (157,182,128). Sum of RGB (Red+Green+Blue) = 157+182+128=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB680 is #62497F. Grayscale: #A8A8A8. Windows color (decimal): -6441344 or 8435357. OLE color: 8435357.

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

Color convert

RGB 157 182 128 -
CMYK 0.14 0 0.30 0.29
HSL 87.78º 0.27% 0.61% -
HSV(B) 87.78º 0.3% 0.71% -
XYZ 34.53 42.18 26.74 -
YUV 168.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 157 182 128 0.14 0 0.30 0.29 87.78 0.27 0.61
Hex 9D B6 80 E 0 1E 1D 58 1B 3D
Octal 235 266 200 16 0 36 35 130 33 75
Binary 10011101 10110110 10000000 1110 0 11110 11101 1011000 11011 111101

Color Harmonies of #9DB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB680

Black with #9DB680

Text Example


Text Example

White with #9DB680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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