Html Css Color HEX #A0B479 Olivine

📋 copy color: '#A0B479'

red 160 ◦ green 180 ◦ blue 121

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

Shades of Olivine #A0B479

Tints of Olivine #A0B479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

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

R = 34.71%
G = 39.05%
B = 26.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A0B479 (or 0xA0B479) is known color: Olivine. HEX triplet: A0, B4 and 79. RGB value is (160,180,121). Sum of RGB (Red+Green+Blue) = 160+180+121=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B479 is #5F4B86. Grayscale: #A7A7A7. Windows color (decimal): -6245255 or 7976096. OLE color: 7976096.

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

Color convert

RGB 160 180 121 -
CMYK 0.11 0 0.33 0.29
HSL 80.34º 0.28% 0.59% -
HSV(B) 80.34º 0.33% 0.71% -
XYZ 34.27 41.5 24.29 -
YUV 167.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 160 180 121 0.11 0 0.33 0.29 80.34 0.28 0.59
Hex A0 B4 79 B 0 21 1D 50 1C 3B
Octal 240 264 171 13 0 41 35 120 34 73
Binary 10100000 10110100 1111001 1011 0 100001 11101 1010000 11100 111011

Color Harmonies of #A0B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B479

Black with #A0B479

Text Example


Text Example

White with #A0B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B479; }

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

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

background-color css

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

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

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

border-color css

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

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

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