Html Css Color HEX #A7B96E Olivine

📋 copy color: '#A7B96E'

red 167 ◦ green 185 ◦ blue 110

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

Shades of Olivine #A7B96E

Tints of Olivine #A7B96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 36.15%
G = 40.04%
B = 23.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A7B96E (or 0xA7B96E) is known color: Olivine. HEX triplet: A7, B9 and 6E. RGB value is (167,185,110). Sum of RGB (Red+Green+Blue) = 167+185+110=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B96E is #584691. Grayscale: #ABABAB. Windows color (decimal): -5785234 or 7256487. OLE color: 7256487.

HSL color Cylindrical-coordinate representation of color #A7B96E: hue angle of 74.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7B96E is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 110 -
CMYK 0.10 0 0.41 0.27
HSL 74.4º 0.35% 0.58% -
HSV(B) 74.4º 0.41% 0.73% -
XYZ 36.1 44.04 21.35 -
YUV 171.07 93.54 125.1 -
System Red Green Blue C M Y K H S L
Decimal 167 185 110 0.10 0 0.41 0.27 74.4 0.35 0.58
Hex A7 B9 6E A 0 29 1B 4A 23 3A
Octal 247 271 156 12 0 51 33 112 43 72
Binary 10100111 10111001 1101110 1010 0 101001 11011 1001010 100011 111010

Color Harmonies of #A7B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B96E

Black with #A7B96E

Text Example


Text Example

White with #A7B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B96E; }

 p { color: rgb(167,185,110); }

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

background-color css

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

 a { background-color: rgb(167,185,110); }

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

border-color css

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

 span { border-color: rgb(167,185,110); }

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