Html Css Color HEX #A0BA74 Olivine

📋 copy color: '#A0BA74'

red 160 ◦ green 186 ◦ blue 116

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

Shades of Olivine #A0BA74

Tints of Olivine #A0BA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 34.63%
G = 40.26%
B = 25.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A0BA74 (or 0xA0BA74) is known color: Olivine. HEX triplet: A0, BA and 74. RGB value is (160,186,116). Sum of RGB (Red+Green+Blue) = 160+186+116=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA74 is #5F458B. Grayscale: #AAAAAA. Windows color (decimal): -6243724 or 7649952. OLE color: 7649952.

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

Color convert

RGB 160 186 116 -
CMYK 0.14 0 0.38 0.27
HSL 82.29º 0.34% 0.59% -
HSV(B) 82.29º 0.38% 0.73% -
XYZ 35.21 43.85 23.13 -
YUV 170.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 160 186 116 0.14 0 0.38 0.27 82.29 0.34 0.59
Hex A0 BA 74 E 0 26 1B 52 22 3B
Octal 240 272 164 16 0 46 33 122 42 73
Binary 10100000 10111010 1110100 1110 0 100110 11011 1010010 100010 111011

Color Harmonies of #A0BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA74

Black with #A0BA74

Text Example


Text Example

White with #A0BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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