#ADAF78

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

Shades of Locust #ADAF78

Tints of Locust #ADAF78

Color information

#ADAF78 (or 0xADAF78) is unknown color: approx Locust. HEX triplet: AD, AF and 78. RGB value is (173,175,120). Sum of RGB (Red+Green+Blue) = 173+175+120=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF78 is #525087. Grayscale: #A8A8A8. Windows color (decimal): -5394568 or 7909293. OLE color: 7909293.

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

Color convert

RGB173175120-
CMYK0.0100.310.31
HSL62.18º25.58%57.84%-
HSV(B)62.18º31.43%68.63%-
XYZ35.9540.923.77-
YUV168.13100.84131.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=36.97%
G=37.39%
B=25.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751200.0100.310.3162.1825.5857.84
HexADAF78101F1F3e1a3a
Octal255257170103737763272
Binary1010110110101111111100010111111111111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF78; }

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

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

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

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

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

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

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

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