#ADB074

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

Shades of Locust #ADB074

Tints of Locust #ADB074

Color information

#ADB074 (or 0xADB074) is unknown color: approx Locust. HEX triplet: AD, B0 and 74. RGB value is (173,176,116). Sum of RGB (Red+Green+Blue) = 173+176+116=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB074 is #524F8B. Grayscale: #A8A8A8. Windows color (decimal): -5394316 or 7647405. OLE color: 7647405.

HSL color Cylindrical-coordinate representation of color #ADB074: hue angle of 63º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB074 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB173176116-
CMYK0.0200.340.31
HSL63º27.52%57.25%-
HSV(B)63º34.09%69.02%-
XYZ35.9141.222.58-
YUV168.2698.51131.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=37.20%
G=37.85%
B=24.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761160.0200.340.316327.5257.25
HexADB07420221F3f1c39
Octal255260164204237773471
Binary101011011011000011101001001000101111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB074; }

 p { color: rgb(173,176,116); }

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

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

 a { background-color: rgb(173,176,116); }

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

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

 span { border-color: rgb(173,176,116); }

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