#95AF69

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

Shades of Olivine #95AF69

Tints of Olivine #95AF69

Color information

#95AF69 (or 0x95AF69) is unknown color: approx Olivine. HEX triplet: 95, AF and 69. RGB value is (149,175,105). Sum of RGB (Red+Green+Blue) = 149+175+105=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AF69 is #6A5096. Grayscale: #9F9F9F. Windows color (decimal): -6967447 or 6926229. OLE color: 6926229.

HSL color Cylindrical-coordinate representation of color #95AF69: hue angle of 82.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95AF69 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB149175105-
CMYK0.1500.400.31
HSL82.29º30.43%54.9%-
HSV(B)82.29º40%68.63%-
XYZ30.2738.0719.12-
YUV159.2597.39120.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=34.73%
G=40.79%
B=24.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751050.1500.400.3182.2930.4354.9
Hex95AF69F0281F521e37
Octal22525715117050371223667
Binary100101011010111111010011111010100011111101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AF69; }

 p { color: rgb(149,175,105); }

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

<style>
 a { background-color: #95AF69; }

 a { background-color: rgb(149,175,105); }

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

<style>
 span { border-color: #95AF69; }

 span { border-color: rgb(149,175,105); }

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