#A1B679

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

Shades of Olivine #A1B679

Tints of Olivine #A1B679

Color information

#A1B679 (or 0xA1B679) is unknown color: approx Olivine. HEX triplet: A1, B6 and 79. RGB value is (161,182,121). Sum of RGB (Red+Green+Blue) = 161+182+121=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B679 is #5E4986. Grayscale: #A8A8A8. Windows color (decimal): -6179207 or 7976609. OLE color: 7976609.

HSL color Cylindrical-coordinate representation of color #A1B679: hue angle of 80.66º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1B679 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB161182121-
CMYK0.1200.340.29
HSL80.66º29.47%59.41%-
HSV(B)80.66º33.52%71.37%-
XYZ34.8842.4124.44-
YUV168.77101.04122.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=34.70%
G=39.22%
B=26.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611821210.1200.340.2980.6629.4759.41
HexA1B679C0221D511d3b
Octal24126617114042351213573
Binary101000011011011011110011100010001011101101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B679; }

 p { color: rgb(161,182,121); }

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

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

 a { background-color: rgb(161,182,121); }

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

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

 span { border-color: rgb(161,182,121); }

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