Html Css Color HEX #A1B375 Olivine

📋 copy color: '#A1B375'

red 161 ◦ green 179 ◦ blue 117

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

Shades of Olivine #A1B375

Tints of Olivine #A1B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.17%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 35.23%
G = 39.17%
B = 25.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#A1B375 (or 0xA1B375) is known color: Olivine. HEX triplet: A1, B3 and 75. RGB value is (161,179,117). Sum of RGB (Red+Green+Blue) = 161+179+117=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B375 is #5E4C8A. Grayscale: #A6A6A6. Windows color (decimal): -6179979 or 7713697. OLE color: 7713697.

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

Color convert

RGB 161 179 117 -
CMYK 0.10 0 0.35 0.30
HSL 77.42º 0.29% 0.58% -
HSV(B) 77.42º 0.35% 0.7% -
XYZ 34.03 41.1 22.97 -
YUV 166.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 161 179 117 0.10 0 0.35 0.30 77.42 0.29 0.58
Hex A1 B3 75 A 0 23 1E 4D 1D 3A
Octal 241 263 165 12 0 43 36 115 35 72
Binary 10100001 10110011 1110101 1010 0 100011 11110 1001101 11101 111010

Color Harmonies of #A1B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B375

Black with #A1B375

Text Example


Text Example

White with #A1B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B375; }

 p { color: rgb(161,179,117); }

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

background-color css

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

 a { background-color: rgb(161,179,117); }

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

border-color css

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

 span { border-color: rgb(161,179,117); }

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