#9DBE72

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

Shades of Olivine #9DBE72

Tints of Olivine #9DBE72

Color information

#9DBE72 (or 0x9DBE72) is unknown color: approx Olivine. HEX triplet: 9D, BE and 72. RGB value is (157,190,114). Sum of RGB (Red+Green+Blue) = 157+190+114=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE72 is #62418D. Grayscale: #ABABAB. Windows color (decimal): -6439310 or 7519901. OLE color: 7519901.

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

Color convert

RGB157190114-
CMYK0.1700.400.25
HSL86.05º36.89%59.61%-
HSV(B)86.05º40%74.51%-
XYZ35.3645.2122.78-
YUV171.4795.57117.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.06%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=34.06%
G=41.21%
B=24.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901140.1700.400.2586.0536.8959.61
Hex9DBE72110281956253c
Octal23527616221050311264574
Binary10011101101111101110010100010101000110011010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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