#adb457

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

Shades of Olive Green #ADB457

Tints of Olive Green #ADB457

Color information

#ADB457 (or 0xADB457) is unknown color: approx Olive Green. HEX triplet: AD, B4 and 57. RGB value is (173,180,87). Sum of RGB (Red+Green+Blue) = 173+180+87=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB457 is #524BA8. Grayscale: #A7A7A7. Windows color (decimal): -5393321 or 5747885. OLE color: 5747885.

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

Color convert

RGB17318087-
CMYK0.0400.520.29
HSL64.52º38.27%52.35%-
HSV(B)64.52º51.67%70.59%-
XYZ35.2842.2115.31-
YUV167.382.68132.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 87 (34.38% from 255) = 19.77%
R=39.32%
G=40.91%
B=19.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173180870.0400.520.2964.5238.2752.35
HexADB45740341D412634
Octal2552641274064351014664
Binary101011011011010010101111000110100111011000001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adb457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adb457; }

 p { color: rgb(173,180,87); }

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

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

 a { background-color: rgb(173,180,87); }

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

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

 span { border-color: rgb(173,180,87); }

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