Html Css Color HEX #A7B35A Olive Green

📋 copy color: '#A7B35A'

red 167 ◦ green 179 ◦ blue 90

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

Shades of Olive Green #A7B35A

Tints of Olive Green #A7B35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 38.3%
G = 41.06%
B = 20.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#A7B35A (or 0xA7B35A) is known color: Olive Green. HEX triplet: A7, B3 and 5A. RGB value is (167,179,90). Sum of RGB (Red+Green+Blue) = 167+179+90=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B35A is #584CA5. Grayscale: #A5A5A5. Windows color (decimal): -5786790 or 5944231. OLE color: 5944231.

HSL color Cylindrical-coordinate representation of color #A7B35A: hue angle of 68.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7B35A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 90 -
CMYK 0.07 0 0.50 0.30
HSL 68.09º 0.37% 0.53% -
HSV(B) 68.09º 0.5% 0.7% -
XYZ 33.9 41.19 15.84 -
YUV 165.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 167 179 90 0.07 0 0.50 0.30 68.09 0.37 0.53
Hex A7 B3 5A 7 0 32 1E 44 25 35
Octal 247 263 132 7 0 62 36 104 45 65
Binary 10100111 10110011 1011010 111 0 110010 11110 1000100 100101 110101

Color Harmonies of #A7B35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B35A

Black with #A7B35A

Text Example


Text Example

White with #A7B35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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