Html Css Color HEX #A7B07F Locust

📋 copy color: '#A7B07F'

red 167 ◦ green 176 ◦ blue 127

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

Shades of Locust #A7B07F

Tints of Locust #A7B07F

RGB

 RED value IS 167 (65.63% from 255) = 35.53%

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

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

R = 35.53%
G = 37.45%
B = 27.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#A7B07F (or 0xA7B07F) is known color: Locust. HEX triplet: A7, B0 and 7F. RGB value is (167,176,127). Sum of RGB (Red+Green+Blue) = 167+176+127=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B07F is #584F80. Grayscale: #A7A7A7. Windows color (decimal): -5787521 or 8368295. OLE color: 8368295.

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

Color convert

RGB 167 176 127 -
CMYK 0.05 0 0.28 0.31
HSL 71.02º 0.24% 0.59% -
HSV(B) 71.02º 0.28% 0.69% -
XYZ 35.29 40.8 26.09 -
YUV 167.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 167 176 127 0.05 0 0.28 0.31 71.02 0.24 0.59
Hex A7 B0 7F 5 0 1C 1F 47 18 3B
Octal 247 260 177 5 0 34 37 107 30 73
Binary 10100111 10110000 1111111 101 0 11100 11111 1000111 11000 111011

Color Harmonies of #A7B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B07F

Black with #A7B07F

Text Example


Text Example

White with #A7B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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