Html Css Color HEX #A0B477 Olivine

📋 copy color: '#A0B477'

red 160 ◦ green 180 ◦ blue 119

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

Shades of Olivine #A0B477

Tints of Olivine #A0B477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 34.86%
G = 39.22%
B = 25.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A0B477 (or 0xA0B477) is known color: Olivine. HEX triplet: A0, B4 and 77. RGB value is (160,180,119). Sum of RGB (Red+Green+Blue) = 160+180+119=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B477 is #5F4B88. Grayscale: #A7A7A7. Windows color (decimal): -6245257 or 7845024. OLE color: 7845024.

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

Color convert

RGB 160 180 119 -
CMYK 0.11 0 0.34 0.29
HSL 79.67º 0.29% 0.59% -
HSV(B) 79.67º 0.34% 0.71% -
XYZ 34.15 41.45 23.65 -
YUV 167.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 160 180 119 0.11 0 0.34 0.29 79.67 0.29 0.59
Hex A0 B4 77 B 0 22 1D 50 1D 3B
Octal 240 264 167 13 0 42 35 120 35 73
Binary 10100000 10110100 1110111 1011 0 100010 11101 1010000 11101 111011

Color Harmonies of #A0B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B477

Black with #A0B477

Text Example


Text Example

White with #A0B477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B477; }

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

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

background-color css

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

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

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

border-color css

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

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

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