#A0B769

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

Shades of Olivine #A0B769

Tints of Olivine #A0B769

Color information

#A0B769 (or 0xA0B769) is unknown color: approx Olivine. HEX triplet: A0, B7 and 69. RGB value is (160,183,105). Sum of RGB (Red+Green+Blue) = 160+183+105=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B769 is #5F4896. Grayscale: #A7A7A7. Windows color (decimal): -6244503 or 6928288. OLE color: 6928288.

HSL color Cylindrical-coordinate representation of color #A0B769: hue angle of 77.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0B769 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB160183105-
CMYK0.1300.430.28
HSL77.69º35.14%56.47%-
HSV(B)77.69º42.62%71.76%-
XYZ33.9842.3619.75-
YUV167.2392.88122.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=35.71%
G=40.85%
B=23.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831050.1300.430.2877.6935.1456.47
HexA0B769D02B1C4e2338
Octal24026715115053341164370
Binary1010000010110111110100111010101011111001001110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B769; }

 p { color: rgb(160,183,105); }

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

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

 a { background-color: rgb(160,183,105); }

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

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

 span { border-color: rgb(160,183,105); }

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