#A5B968

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

Shades of Olivine #A5B968

Tints of Olivine #A5B968

Color information

#A5B968 (or 0xA5B968) is unknown color: approx Olivine. HEX triplet: A5, B9 and 68. RGB value is (165,185,104). Sum of RGB (Red+Green+Blue) = 165+185+104=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B968 is #5A4697. Grayscale: #AAAAAA. Windows color (decimal): -5916312 or 6863269. OLE color: 6863269.

HSL color Cylindrical-coordinate representation of color #A5B968: hue angle of 74.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5B968 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB165185104-
CMYK0.1100.440.27
HSL74.81º36.65%56.67%-
HSV(B)74.81º43.78%72.55%-
XYZ35.3643.719.67-
YUV169.7990.87124.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=36.34%
G=40.75%
B=22.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851040.1100.440.2774.8136.6556.67
HexA5B968B02C1B4b2539
Octal24527115013054331134571
Binary1010010110111001110100010110101100110111001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B968; }

 p { color: rgb(165,185,104); }

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

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

 a { background-color: rgb(165,185,104); }

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

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

 span { border-color: rgb(165,185,104); }

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