Html Css Color HEX #A1B579 Olivine

📋 copy color: '#A1B579'

red 161 ◦ green 181 ◦ blue 121

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

Shades of Olivine #A1B579

Tints of Olivine #A1B579

RGB

 RED value IS 161 (63.28% from 255) = 34.77%

 GREEN value IS 181 (71.09% from 255) = 39.09%

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

R = 34.77%
G = 39.09%
B = 26.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A1B579 (or 0xA1B579) is known color: Olivine. HEX triplet: A1, B5 and 79. RGB value is (161,181,121). Sum of RGB (Red+Green+Blue) = 161+181+121=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B579 is #5E4A86. Grayscale: #A8A8A8. Windows color (decimal): -6179463 or 7976353. OLE color: 7976353.

HSL color Cylindrical-coordinate representation of color #A1B579: hue angle of 80º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1B579 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 121 -
CMYK 0.11 0 0.33 0.29
HSL 80º 0.29% 0.59% -
HSV(B) 80º 0.33% 0.71% -
XYZ 34.67 42.01 24.37 -
YUV 168.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 161 181 121 0.11 0 0.33 0.29 80 0.29 0.59
Hex A1 B5 79 B 0 21 1D 50 1D 3B
Octal 241 265 171 13 0 41 35 120 35 73
Binary 10100001 10110101 1111001 1011 0 100001 11101 1010000 11101 111011

Color Harmonies of #A1B579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B579

Black with #A1B579

Text Example


Text Example

White with #A1B579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B579; }

 p { color: rgb(161,181,121); }

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

background-color css

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

 a { background-color: rgb(161,181,121); }

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

border-color css

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

 span { border-color: rgb(161,181,121); }

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