Html Css Color HEX #ADAF7F Locust

📋 copy color: '#ADAF7F'

red 173 ◦ green 175 ◦ blue 127

#ADAF7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #ADAF7F

Tints of Locust #ADAF7F

RGB

 RED value IS 173 (67.97% from 255) = 36.42%

 GREEN value IS 175 (68.75% from 255) = 36.84%

 BLUE value IS 127 (50% from 255) = 26.74%

R = 36.42%
G = 36.84%
B = 26.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#ADAF7F (or 0xADAF7F) is known color: Locust. HEX triplet: AD, AF and 7F. RGB value is (173,175,127). Sum of RGB (Red+Green+Blue) = 173+175+127=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF7F is #525080. Grayscale: #A9A9A9. Windows color (decimal): -5394561 or 8368045. OLE color: 8368045.

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

Color convert

RGB 173 175 127 -
CMYK 0.01 0 0.27 0.31
HSL 62.5º 0.23% 0.59% -
HSV(B) 62.5º 0.27% 0.69% -
XYZ 36.39 41.08 26.09 -
YUV 168.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 173 175 127 0.01 0 0.27 0.31 62.5 0.23 0.59
Hex AD AF 7F 1 0 1B 1F 3F 17 3B
Octal 255 257 177 1 0 33 37 77 27 73
Binary 10101101 10101111 1111111 1 0 11011 11111 111111 10111 111011

Color Harmonies of #ADAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF7F

Black with #ADAF7F

Text Example


Text Example

White with #ADAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF7F; }

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

 H1.HeaderClassName
 {
   color: #ADAF7F;
 }
 .AnyTagClassName
 {
   color: #ADAF7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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