#A5BF70

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

Shades of Olivine #A5BF70

Tints of Olivine #A5BF70

Color information

#A5BF70 (or 0xA5BF70) is unknown color: approx Olivine. HEX triplet: A5, BF and 70. RGB value is (165,191,112). Sum of RGB (Red+Green+Blue) = 165+191+112=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF70 is #5A408F. Grayscale: #AEAEAE. Windows color (decimal): -5914768 or 7389093. OLE color: 7389093.

HSL color Cylindrical-coordinate representation of color #A5BF70: hue angle of 79.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5BF70 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB165191112-
CMYK0.1400.410.25
HSL79.75º38.16%59.41%-
HSV(B)79.75º41.36%74.9%-
XYZ37.0746.4322.34-
YUV174.2292.89121.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=35.26%
G=40.81%
B=23.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651911120.1400.410.2579.7538.1659.41
HexA5BF70E0291950263b
Octal24527716016051311204673
Binary1010010110111111111000011100101001110011010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BF70; }

 p { color: rgb(165,191,112); }

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

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

 a { background-color: rgb(165,191,112); }

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

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

 span { border-color: rgb(165,191,112); }

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