Html Css Color HEX #A1BF79 Olivine

📋 copy color: '#A1BF79'

red 161 ◦ green 191 ◦ blue 121

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

Shades of Olivine #A1BF79

Tints of Olivine #A1BF79

RGB

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

 GREEN value IS 191 (75% from 255) = 40.38%

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

R = 34.04%
G = 40.38%
B = 25.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#A1BF79 (or 0xA1BF79) is known color: Olivine. HEX triplet: A1, BF and 79. RGB value is (161,191,121). Sum of RGB (Red+Green+Blue) = 161+191+121=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF79 is #5E4086. Grayscale: #AEAEAE. Windows color (decimal): -6176903 or 7978913. OLE color: 7978913.

HSL color Cylindrical-coordinate representation of color #A1BF79: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1BF79 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 191 121 -
CMYK 0.16 0 0.37 0.25
HSL 85.71º 0.35% 0.61% -
HSV(B) 85.71º 0.37% 0.75% -
XYZ 36.78 46.22 25.07 -
YUV 174.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 161 191 121 0.16 0 0.37 0.25 85.71 0.35 0.61
Hex A1 BF 79 10 0 25 19 56 23 3D
Octal 241 277 171 20 0 45 31 126 43 75
Binary 10100001 10111111 1111001 10000 0 100101 11001 1010110 100011 111101

Color Harmonies of #A1BF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF79

Black with #A1BF79

Text Example


Text Example

White with #A1BF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF79; }

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

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

background-color css

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

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

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

border-color css

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

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

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