Html Css Color HEX #A7B052 Olive Green

📋 copy color: '#A7B052'

red 167 ◦ green 176 ◦ blue 82

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

Shades of Olive Green #A7B052

Tints of Olive Green #A7B052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 39.29%
G = 41.41%
B = 19.29%

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

#A7B052 (or 0xA7B052) is known color: Olive Green. HEX triplet: A7, B0 and 52. RGB value is (167,176,82). Sum of RGB (Red+Green+Blue) = 167+176+82=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B052 is #584FAD. Grayscale: #A2A2A2. Windows color (decimal): -5787566 or 5419175. OLE color: 5419175.

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

Color convert

RGB 167 176 82 -
CMYK 0.05 0 0.53 0.31
HSL 65.74º 0.37% 0.51% -
HSV(B) 65.74º 0.53% 0.69% -
XYZ 32.98 39.88 13.94 -
YUV 162.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 167 176 82 0.05 0 0.53 0.31 65.74 0.37 0.51
Hex A7 B0 52 5 0 35 1F 42 25 33
Octal 247 260 122 5 0 65 37 102 45 63
Binary 10100111 10110000 1010010 101 0 110101 11111 1000010 100101 110011

Color Harmonies of #A7B052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B052

Black with #A7B052

Text Example


Text Example

White with #A7B052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B052; }

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

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

background-color css

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

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

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

border-color css

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

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

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