Html Css Color HEX #A7B379 Locust

📋 copy color: '#A7B379'

red 167 ◦ green 179 ◦ blue 121

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

Shades of Locust #A7B379

Tints of Locust #A7B379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.33%

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 35.76%
G = 38.33%
B = 25.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#A7B379 (or 0xA7B379) is known color: Locust. HEX triplet: A7, B3 and 79. RGB value is (167,179,121). Sum of RGB (Red+Green+Blue) = 167+179+121=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B379 is #584C86. Grayscale: #A9A9A9. Windows color (decimal): -5786759 or 7975847. OLE color: 7975847.

HSL color Cylindrical-coordinate representation of color #A7B379: hue angle of 72.41º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7B379 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 121 -
CMYK 0.07 0 0.32 0.30
HSL 72.41º 0.28% 0.59% -
HSV(B) 72.41º 0.32% 0.7% -
XYZ 35.51 41.84 24.29 -
YUV 168.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 167 179 121 0.07 0 0.32 0.30 72.41 0.28 0.59
Hex A7 B3 79 7 0 20 1E 48 1C 3B
Octal 247 263 171 7 0 40 36 110 34 73
Binary 10100111 10110011 1111001 111 0 100000 11110 1001000 11100 111011

Color Harmonies of #A7B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B379

Black with #A7B379

Text Example


Text Example

White with #A7B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B379; }

 p { color: rgb(167,179,121); }

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

background-color css

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

 a { background-color: rgb(167,179,121); }

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

border-color css

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

 span { border-color: rgb(167,179,121); }

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