Html Css Color HEX #A7B053 Olive Green

📋 copy color: '#A7B053'

red 167 ◦ green 176 ◦ blue 83

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

Shades of Olive Green #A7B053

Tints of Olive Green #A7B053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 39.2%
G = 41.31%
B = 19.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#A7B053 (or 0xA7B053) is known color: Olive Green. HEX triplet: A7, B0 and 53. RGB value is (167,176,83). Sum of RGB (Red+Green+Blue) = 167+176+83=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B053 is #584FAC. Grayscale: #A3A3A3. Windows color (decimal): -5787565 or 5484711. OLE color: 5484711.

HSL color Cylindrical-coordinate representation of color #A7B053: hue angle of 65.81º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7B053 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 176 83 -
CMYK 0.05 0 0.53 0.31
HSL 65.81º 0.37% 0.51% -
HSV(B) 65.81º 0.53% 0.69% -
XYZ 33.02 39.89 14.14 -
YUV 162.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 167 176 83 0.05 0 0.53 0.31 65.81 0.37 0.51
Hex A7 B0 53 5 0 35 1F 42 25 33
Octal 247 260 123 5 0 65 37 102 45 63
Binary 10100111 10110000 1010011 101 0 110101 11111 1000010 100101 110011

Color Harmonies of #A7B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B053

Black with #A7B053

Text Example


Text Example

White with #A7B053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B053; }

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

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

background-color css

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

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

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

border-color css

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

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

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