Html Css Color HEX #A1BF7D Olivine

📋 copy color: '#A1BF7D'

red 161 ◦ green 191 ◦ blue 125

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

Shades of Olivine #A1BF7D

Tints of Olivine #A1BF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 33.75%
G = 40.04%
B = 26.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A1BF7D (or 0xA1BF7D) is known color: Olivine. HEX triplet: A1, BF and 7D. RGB value is (161,191,125). Sum of RGB (Red+Green+Blue) = 161+191+125=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF7D is #5E4082. Grayscale: #AEAEAE. Windows color (decimal): -6176899 or 8241057. OLE color: 8241057.

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

Color convert

RGB 161 191 125 -
CMYK 0.16 0 0.35 0.25
HSL 87.27º 0.34% 0.62% -
HSV(B) 87.27º 0.35% 0.75% -
XYZ 37.03 46.32 26.39 -
YUV 174.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 161 191 125 0.16 0 0.35 0.25 87.27 0.34 0.62
Hex A1 BF 7D 10 0 23 19 57 22 3E
Octal 241 277 175 20 0 43 31 127 42 76
Binary 10100001 10111111 1111101 10000 0 100011 11001 1010111 100010 111110

Color Harmonies of #A1BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF7D

Black with #A1BF7D

Text Example


Text Example

White with #A1BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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