Html Css Color HEX #A0BA77 Olivine

📋 copy color: '#A0BA77'

red 160 ◦ green 186 ◦ blue 119

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

Shades of Olivine #A0BA77

Tints of Olivine #A0BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 34.41%
G = 40%
B = 25.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A0BA77 (or 0xA0BA77) is known color: Olivine. HEX triplet: A0, BA and 77. RGB value is (160,186,119). Sum of RGB (Red+Green+Blue) = 160+186+119=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA77 is #5F4588. Grayscale: #AAAAAA. Windows color (decimal): -6243721 or 7846560. OLE color: 7846560.

HSL color Cylindrical-coordinate representation of color #A0BA77: hue angle of 83.28º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BA77 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 119 -
CMYK 0.14 0 0.36 0.27
HSL 83.28º 0.33% 0.6% -
HSV(B) 83.28º 0.36% 0.73% -
XYZ 35.39 43.92 24.07 -
YUV 170.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 160 186 119 0.14 0 0.36 0.27 83.28 0.33 0.6
Hex A0 BA 77 E 0 24 1B 53 21 3C
Octal 240 272 167 16 0 44 33 123 41 74
Binary 10100000 10111010 1110111 1110 0 100100 11011 1010011 100001 111100

Color Harmonies of #A0BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA77

Black with #A0BA77

Text Example


Text Example

White with #A0BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA77; }

 p { color: rgb(160,186,119); }

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

background-color css

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

 a { background-color: rgb(160,186,119); }

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

border-color css

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

 span { border-color: rgb(160,186,119); }

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