Html Css Color HEX #A1B772 Olivine

📋 copy color: '#A1B772'

red 161 ◦ green 183 ◦ blue 114

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

Shades of Olivine #A1B772

Tints of Olivine #A1B772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.96%

 BLUE value IS 114 (44.92% from 255) = 24.89%

R = 35.15%
G = 39.96%
B = 24.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#A1B772 (or 0xA1B772) is known color: Olivine. HEX triplet: A1, B7 and 72. RGB value is (161,183,114). Sum of RGB (Red+Green+Blue) = 161+183+114=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B772 is #5E488D. Grayscale: #A8A8A8. Windows color (decimal): -6178958 or 7518113. OLE color: 7518113.

HSL color Cylindrical-coordinate representation of color #A1B772: hue angle of 79.13º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1B772 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 114 -
CMYK 0.12 0 0.38 0.28
HSL 79.13º 0.32% 0.58% -
HSV(B) 79.13º 0.38% 0.72% -
XYZ 34.67 42.66 22.33 -
YUV 168.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 161 183 114 0.12 0 0.38 0.28 79.13 0.32 0.58
Hex A1 B7 72 C 0 26 1C 4F 20 3A
Octal 241 267 162 14 0 46 34 117 40 72
Binary 10100001 10110111 1110010 1100 0 100110 11100 1001111 100000 111010

Color Harmonies of #A1B772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B772

Black with #A1B772

Text Example


Text Example

White with #A1B772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B772; }

 p { color: rgb(161,183,114); }

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

background-color css

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

 a { background-color: rgb(161,183,114); }

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

border-color css

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

 span { border-color: rgb(161,183,114); }

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