Html Css Color HEX #A0B47D Olivine

📋 copy color: '#A0B47D'

red 160 ◦ green 180 ◦ blue 125

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

Shades of Olivine #A0B47D

Tints of Olivine #A0B47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 34.41%
G = 38.71%
B = 26.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A0B47D (or 0xA0B47D) is known color: Olivine. HEX triplet: A0, B4 and 7D. RGB value is (160,180,125). Sum of RGB (Red+Green+Blue) = 160+180+125=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B47D is #5F4B82. Grayscale: #A7A7A7. Windows color (decimal): -6245251 or 8238240. OLE color: 8238240.

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

Color convert

RGB 160 180 125 -
CMYK 0.11 0 0.31 0.29
HSL 81.82º 0.27% 0.6% -
HSV(B) 81.82º 0.31% 0.71% -
XYZ 34.52 41.6 25.61 -
YUV 167.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 160 180 125 0.11 0 0.31 0.29 81.82 0.27 0.6
Hex A0 B4 7D B 0 1F 1D 52 1B 3C
Octal 240 264 175 13 0 37 35 122 33 74
Binary 10100000 10110100 1111101 1011 0 11111 11101 1010010 11011 111100

Color Harmonies of #A0B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B47D

Black with #A0B47D

Text Example


Text Example

White with #A0B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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