Html Css Color HEX #ADB07F Locust

📋 copy color: '#ADB07F'

red 173 ◦ green 176 ◦ blue 127

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

Shades of Locust #ADB07F

Tints of Locust #ADB07F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.97%

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

R = 36.34%
G = 36.97%
B = 26.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#ADB07F (or 0xADB07F) is known color: Locust. HEX triplet: AD, B0 and 7F. RGB value is (173,176,127). Sum of RGB (Red+Green+Blue) = 173+176+127=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB07F is #524F80. Grayscale: #A9A9A9. Windows color (decimal): -5394305 or 8368301. OLE color: 8368301.

HSL color Cylindrical-coordinate representation of color #ADB07F: hue angle of 63.67º degrees, saturation: 0.24, 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 #ADB07F is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 127 -
CMYK 0.02 0 0.28 0.31
HSL 63.67º 0.24% 0.59% -
HSV(B) 63.67º 0.28% 0.69% -
XYZ 36.59 41.47 26.15 -
YUV 169.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 173 176 127 0.02 0 0.28 0.31 63.67 0.24 0.59
Hex AD B0 7F 2 0 1C 1F 40 18 3B
Octal 255 260 177 2 0 34 37 100 30 73
Binary 10101101 10110000 1111111 10 0 11100 11111 1000000 11000 111011

Color Harmonies of #ADB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB07F

Black with #ADB07F

Text Example


Text Example

White with #ADB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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