#9DBE7F

Color #9DBE7F Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9DBE7F

Tints of Olivine #9DBE7F

Color information

#9DBE7F (or 0x9DBE7F) is unknown color: approx Olivine. HEX triplet: 9D, BE and 7F. RGB value is (157,190,127). Sum of RGB (Red+Green+Blue) = 157+190+127=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE7F is #624180. Grayscale: #ADADAD. Windows color (decimal): -6439297 or 8371869. OLE color: 8371869.

HSL color Cylindrical-coordinate representation of color #9DBE7F: hue angle of 91.43º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DBE7F is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB157190127-
CMYK0.1700.330.25
HSL91.43º32.64%62.16%-
HSV(B)91.43º33.16%74.51%-
XYZ36.1545.5326.96-
YUV172.95102.07116.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 127 (50% from 255) = 26.79%
R=33.12%
G=40.08%
B=26.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901270.1700.330.2591.4332.6462.16
Hex9DBE7F11021195b213e
Octal23527617721041311334176
Binary10011101101111101111111100010100001110011011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,190,127); }

 H1.HeaderClassName
 {
   color: #9DBE7F;
 }
 .AnyTagClassName
 {
   color: #9DBE7F;
 }
</style>
background-color css

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

 a { background-color: rgb(157,190,127); }

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

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

 span { border-color: rgb(157,190,127); }

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