Html Css Color HEX #A3B979 Olivine

📋 copy color: '#A3B979'

red 163 ◦ green 185 ◦ blue 121

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

Shades of Olivine #A3B979

Tints of Olivine #A3B979

RGB

 RED value IS 163 (64.06% from 255) = 34.75%

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

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

R = 34.75%
G = 39.45%
B = 25.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#A3B979 (or 0xA3B979) is known color: Olivine. HEX triplet: A3, B9 and 79. RGB value is (163,185,121). Sum of RGB (Red+Green+Blue) = 163+185+121=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B979 is #5C4686. Grayscale: #ABABAB. Windows color (decimal): -6047367 or 7977379. OLE color: 7977379.

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

Color convert

RGB 163 185 121 -
CMYK 0.12 0 0.35 0.27
HSL 80.63º 0.31% 0.6% -
HSV(B) 80.63º 0.35% 0.73% -
XYZ 35.9 43.86 24.66 -
YUV 171.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 163 185 121 0.12 0 0.35 0.27 80.63 0.31 0.6
Hex A3 B9 79 C 0 23 1B 51 1F 3C
Octal 243 271 171 14 0 43 33 121 37 74
Binary 10100011 10111001 1111001 1100 0 100011 11011 1010001 11111 111100

Color Harmonies of #A3B979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B979

Black with #A3B979

Text Example


Text Example

White with #A3B979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B979; }

 p { color: rgb(163,185,121); }

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

background-color css

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

 a { background-color: rgb(163,185,121); }

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

border-color css

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

 span { border-color: rgb(163,185,121); }

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