Html Css Color HEX #A0BC7E Olivine

📋 copy color: '#A0BC7E'

red 160 ◦ green 188 ◦ blue 126

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

Shades of Olivine #A0BC7E

Tints of Olivine #A0BC7E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.66%

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 33.76%
G = 39.66%
B = 26.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#A0BC7E (or 0xA0BC7E) is known color: Olivine. HEX triplet: A0, BC and 7E. RGB value is (160,188,126). Sum of RGB (Red+Green+Blue) = 160+188+126=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC7E is #5F4381. Grayscale: #ACACAC. Windows color (decimal): -6243202 or 8305824. OLE color: 8305824.

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

Color convert

RGB 160 188 126 -
CMYK 0.15 0 0.33 0.26
HSL 87.1º 0.32% 0.62% -
HSV(B) 87.1º 0.33% 0.74% -
XYZ 36.25 44.95 26.5 -
YUV 172.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 160 188 126 0.15 0 0.33 0.26 87.1 0.32 0.62
Hex A0 BC 7E F 0 21 1A 57 20 3E
Octal 240 274 176 17 0 41 32 127 40 76
Binary 10100000 10111100 1111110 1111 0 100001 11010 1010111 100000 111110

Color Harmonies of #A0BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC7E

Black with #A0BC7E

Text Example


Text Example

White with #A0BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC7E; }

 p { color: rgb(160,188,126); }

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

background-color css

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

 a { background-color: rgb(160,188,126); }

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

border-color css

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

 span { border-color: rgb(160,188,126); }

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