#ADAF7E

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

Shades of Locust #ADAF7E

Tints of Locust #ADAF7E

Color information

#ADAF7E (or 0xADAF7E) is unknown color: approx Locust. HEX triplet: AD, AF and 7E. RGB value is (173,175,126). Sum of RGB (Red+Green+Blue) = 173+175+126=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF7E is #525081. Grayscale: #A9A9A9. Windows color (decimal): -5394562 or 8302509. OLE color: 8302509.

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

Color convert

RGB173175126-
CMYK0.0100.280.31
HSL62.45º23.44%59.02%-
HSV(B)62.45º28%68.63%-
XYZ36.3341.0525.75-
YUV168.82103.84130.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=36.50%
G=36.92%
B=26.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751260.0100.280.3162.4523.4459.02
HexADAF7E101C1F3e173b
Octal255257176103437762773
Binary1010110110101111111111010111001111111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF7E; }

 p { color: rgb(173,175,126); }

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

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

 a { background-color: rgb(173,175,126); }

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

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

 span { border-color: rgb(173,175,126); }

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