Html Css Color HEX #A0B773 Olivine

📋 copy color: '#A0B773'

red 160 ◦ green 183 ◦ blue 115

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

Shades of Olivine #A0B773

Tints of Olivine #A0B773

RGB

 RED value IS 160 (62.89% from 255) = 34.93%

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

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 34.93%
G = 39.96%
B = 25.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#A0B773 (or 0xA0B773) is known color: Olivine. HEX triplet: A0, B7 and 73. RGB value is (160,183,115). Sum of RGB (Red+Green+Blue) = 160+183+115=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B773 is #5F488C. Grayscale: #A8A8A8. Windows color (decimal): -6244493 or 7583648. OLE color: 7583648.

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

Color convert

RGB 160 183 115 -
CMYK 0.13 0 0.37 0.28
HSL 80.29º 0.32% 0.58% -
HSV(B) 80.29º 0.37% 0.72% -
XYZ 34.53 42.58 22.62 -
YUV 168.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 160 183 115 0.13 0 0.37 0.28 80.29 0.32 0.58
Hex A0 B7 73 D 0 25 1C 50 20 3A
Octal 240 267 163 15 0 45 34 120 40 72
Binary 10100000 10110111 1110011 1101 0 100101 11100 1010000 100000 111010

Color Harmonies of #A0B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B773

Black with #A0B773

Text Example


Text Example

White with #A0B773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B773; }

 p { color: rgb(160,183,115); }

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

background-color css

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

 a { background-color: rgb(160,183,115); }

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

border-color css

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

 span { border-color: rgb(160,183,115); }

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