Html Css Color HEX #A0BD7C Olivine

📋 copy color: '#A0BD7C'

red 160 ◦ green 189 ◦ blue 124

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

Shades of Olivine #A0BD7C

Tints of Olivine #A0BD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 33.83%
G = 39.96%
B = 26.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#A0BD7C (or 0xA0BD7C) is known color: Olivine. HEX triplet: A0, BD and 7C. RGB value is (160,189,124). Sum of RGB (Red+Green+Blue) = 160+189+124=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD7C is #5F4283. Grayscale: #ADADAD. Windows color (decimal): -6242948 or 8175008. OLE color: 8175008.

HSL color Cylindrical-coordinate representation of color #A0BD7C: hue angle of 86.77º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0BD7C is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 124 -
CMYK 0.15 0 0.34 0.26
HSL 86.77º 0.33% 0.61% -
HSV(B) 86.77º 0.34% 0.74% -
XYZ 36.33 45.32 25.9 -
YUV 172.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 160 189 124 0.15 0 0.34 0.26 86.77 0.33 0.61
Hex A0 BD 7C F 0 22 1A 57 21 3D
Octal 240 275 174 17 0 42 32 127 41 75
Binary 10100000 10111101 1111100 1111 0 100010 11010 1010111 100001 111101

Color Harmonies of #A0BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD7C

Black with #A0BD7C

Text Example


Text Example

White with #A0BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD7C; }

 p { color: rgb(160,189,124); }

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

background-color css

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

 a { background-color: rgb(160,189,124); }

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

border-color css

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

 span { border-color: rgb(160,189,124); }

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