#A0B675

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

Shades of Olivine #A0B675

Tints of Olivine #A0B675

Color information

#A0B675 (or 0xA0B675) is unknown color: approx Olivine. HEX triplet: A0, B6 and 75. RGB value is (160,182,117). Sum of RGB (Red+Green+Blue) = 160+182+117=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B675 is #5F498A. Grayscale: #A8A8A8. Windows color (decimal): -6244747 or 7714464. OLE color: 7714464.

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

Color convert

RGB160182117-
CMYK0.1200.360.29
HSL80.31º30.81%58.63%-
HSV(B)80.31º35.71%71.37%-
XYZ34.4442.2123.16-
YUV168.0199.21122.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=34.86%
G=39.65%
B=25.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821170.1200.360.2980.3130.8158.63
HexA0B675C0241D501f3b
Octal24026616514044351203773
Binary101000001011011011101011100010010011101101000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B675; }

 p { color: rgb(160,182,117); }

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

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

 a { background-color: rgb(160,182,117); }

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

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

 span { border-color: rgb(160,182,117); }

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