Html Css Color HEX #A0B379 Olivine

📋 copy color: '#A0B379'

red 160 ◦ green 179 ◦ blue 121

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

Shades of Olivine #A0B379

Tints of Olivine #A0B379

RGB

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

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

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

R = 34.78%
G = 38.91%
B = 26.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#A0B379 (or 0xA0B379) is known color: Olivine. HEX triplet: A0, B3 and 79. RGB value is (160,179,121). Sum of RGB (Red+Green+Blue) = 160+179+121=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B379 is #5F4C86. Grayscale: #A6A6A6. Windows color (decimal): -6245511 or 7975840. OLE color: 7975840.

HSL color Cylindrical-coordinate representation of color #A0B379: hue angle of 79.66º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B379 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 121 -
CMYK 0.11 0 0.32 0.30
HSL 79.66º 0.28% 0.59% -
HSV(B) 79.66º 0.32% 0.7% -
XYZ 34.07 41.09 24.23 -
YUV 166.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 160 179 121 0.11 0 0.32 0.30 79.66 0.28 0.59
Hex A0 B3 79 B 0 20 1E 50 1C 3B
Octal 240 263 171 13 0 40 36 120 34 73
Binary 10100000 10110011 1111001 1011 0 100000 11110 1010000 11100 111011

Color Harmonies of #A0B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B379

Black with #A0B379

Text Example


Text Example

White with #A0B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B379; }

 p { color: rgb(160,179,121); }

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

background-color css

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

 a { background-color: rgb(160,179,121); }

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

border-color css

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

 span { border-color: rgb(160,179,121); }

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