Html Css Color HEX #A0BE6F Olivine

📋 copy color: '#A0BE6F'

red 160 ◦ green 190 ◦ blue 111

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

Shades of Olivine #A0BE6F

Tints of Olivine #A0BE6F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 34.71%
G = 41.21%
B = 24.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#A0BE6F (or 0xA0BE6F) is known color: Olivine. HEX triplet: A0, BE and 6F. RGB value is (160,190,111). Sum of RGB (Red+Green+Blue) = 160+190+111=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE6F is #5F4190. Grayscale: #ACACAC. Windows color (decimal): -6242705 or 7323296. OLE color: 7323296.

HSL color Cylindrical-coordinate representation of color #A0BE6F: hue angle of 82.78º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0BE6F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 111 -
CMYK 0.16 0 0.42 0.25
HSL 82.78º 0.38% 0.59% -
HSV(B) 82.78º 0.42% 0.75% -
XYZ 35.78 45.45 21.93 -
YUV 172.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 160 190 111 0.16 0 0.42 0.25 82.78 0.38 0.59
Hex A0 BE 6F 10 0 2A 19 53 26 3B
Octal 240 276 157 20 0 52 31 123 46 73
Binary 10100000 10111110 1101111 10000 0 101010 11001 1010011 100110 111011

Color Harmonies of #A0BE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE6F

Black with #A0BE6F

Text Example


Text Example

White with #A0BE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE6F; }

 p { color: rgb(160,190,111); }

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

background-color css

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

 a { background-color: rgb(160,190,111); }

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

border-color css

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

 span { border-color: rgb(160,190,111); }

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