#9BAE72

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

Shades of Olivine #9BAE72

Tints of Olivine #9BAE72

Color information

#9BAE72 (or 0x9BAE72) is unknown color: approx Olivine. HEX triplet: 9B, AE and 72. RGB value is (155,174,114). Sum of RGB (Red+Green+Blue) = 155+174+114=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE72 is #64518D. Grayscale: #A1A1A1. Windows color (decimal): -6574478 or 7515803. OLE color: 7515803.

HSL color Cylindrical-coordinate representation of color #9BAE72: hue angle of 79º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAE72 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB155174114-
CMYK0.1100.340.32
HSL79º27.03%56.47%-
HSV(B)79º34.48%68.24%-
XYZ31.6938.4621.67-
YUV161.48101.21123.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=34.99%
G=39.28%
B=25.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741140.1100.340.327927.0356.47
Hex9BAE72B022204f1b38
Octal23325616213042401173370
Binary1001101110101110111001010110100010100000100111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,114); }

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

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

 a { background-color: rgb(155,174,114); }

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

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

 span { border-color: rgb(155,174,114); }

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