#A8B75C

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

Shades of Olive Green #A8B75C

Tints of Olive Green #A8B75C

Color information

#A8B75C (or 0xA8B75C) is unknown color: approx Olive Green. HEX triplet: A8, B7 and 5C. RGB value is (168,183,92). Sum of RGB (Red+Green+Blue) = 168+183+92=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B75C is #5748A3. Grayscale: #A8A8A8. Windows color (decimal): -5720228 or 6076328. OLE color: 6076328.

HSL color Cylindrical-coordinate representation of color #A8B75C: hue angle of 69.89º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8B75C is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB16818392-
CMYK0.0800.500.28
HSL69.89º38.72%53.92%-
HSV(B)69.89º49.73%71.76%-
XYZ35.0142.9616.57-
YUV168.1485.03127.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=37.92%
G=41.31%
B=20.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168183920.0800.500.2869.8938.7253.92
HexA8B75C80321C462736
Octal25026713410062341064766
Binary1010100010110111101110010000110010111001000110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B75C; }

 p { color: rgb(168,183,92); }

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

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

 a { background-color: rgb(168,183,92); }

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

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

 span { border-color: rgb(168,183,92); }

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