#A7BF69

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

Shades of Olivine #A7BF69

Tints of Olivine #A7BF69

Color information

#A7BF69 (or 0xA7BF69) is unknown color: approx Olivine. HEX triplet: A7, BF and 69. RGB value is (167,191,105). Sum of RGB (Red+Green+Blue) = 167+191+105=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BF69 is #584096. Grayscale: #AEAEAE. Windows color (decimal): -5783703 or 6930343. OLE color: 6930343.

HSL color Cylindrical-coordinate representation of color #A7BF69: hue angle of 76.74º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7BF69 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB167191105-
CMYK0.1300.450.25
HSL76.74º40.19%58.04%-
HSV(B)76.74º45.03%74.9%-
XYZ37.1246.520.38-
YUV174.0289.05122.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=36.07%
G=41.25%
B=22.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911050.1300.450.2576.7440.1958.04
HexA7BF69D02D194d283a
Octal24727715115055311155072
Binary1010011110111111110100111010101101110011001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF69; }

 p { color: rgb(167,191,105); }

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

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

 a { background-color: rgb(167,191,105); }

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

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

 span { border-color: rgb(167,191,105); }

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