Html Css Color HEX #A0BC70 Olivine

📋 copy color: '#A0BC70'

red 160 ◦ green 188 ◦ blue 112

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

Shades of Olivine #A0BC70

Tints of Olivine #A0BC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.35%

R = 34.78%
G = 40.87%
B = 24.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#A0BC70 (or 0xA0BC70) is known color: Olivine. HEX triplet: A0, BC and 70. RGB value is (160,188,112). Sum of RGB (Red+Green+Blue) = 160+188+112=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC70 is #5F438F. Grayscale: #ABABAB. Windows color (decimal): -6243216 or 7388320. OLE color: 7388320.

HSL color Cylindrical-coordinate representation of color #A0BC70: hue angle of 82.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BC70 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 112 -
CMYK 0.15 0 0.40 0.26
HSL 82.11º 0.36% 0.59% -
HSV(B) 82.11º 0.4% 0.74% -
XYZ 35.41 44.61 22.07 -
YUV 170.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 160 188 112 0.15 0 0.40 0.26 82.11 0.36 0.59
Hex A0 BC 70 F 0 28 1A 52 24 3B
Octal 240 274 160 17 0 50 32 122 44 73
Binary 10100000 10111100 1110000 1111 0 101000 11010 1010010 100100 111011

Color Harmonies of #A0BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC70

Black with #A0BC70

Text Example


Text Example

White with #A0BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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