#99AC6F

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

Shades of Olivine #99AC6F

Tints of Olivine #99AC6F

Color information

#99AC6F (or 0x99AC6F) is unknown color: approx Olivine. HEX triplet: 99, AC and 6F. RGB value is (153,172,111). Sum of RGB (Red+Green+Blue) = 153+172+111=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AC6F is #665390. Grayscale: #9F9F9F. Windows color (decimal): -6706065 or 7318681. OLE color: 7318681.

HSL color Cylindrical-coordinate representation of color #99AC6F: hue angle of 78.69º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AC6F is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB153172111-
CMYK0.1100.350.33
HSL78.69º26.87%55.49%-
HSV(B)78.69º35.47%67.45%-
XYZ30.7637.4320.64-
YUV159.36100.71123.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=35.09%
G=39.45%
B=25.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721110.1100.350.3378.6926.8755.49
Hex99AC6FB023214f1b37
Octal23125415713043411173367
Binary1001100110101100110111110110100011100001100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AC6F; }

 p { color: rgb(153,172,111); }

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

<style>
 a { background-color: #99AC6F; }

 a { background-color: rgb(153,172,111); }

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

<style>
 span { border-color: #99AC6F; }

 span { border-color: rgb(153,172,111); }

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