Html Css Color HEX #A0BA75 Olivine

📋 copy color: '#A0BA75'

red 160 ◦ green 186 ◦ blue 117

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

Shades of Olivine #A0BA75

Tints of Olivine #A0BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 34.56%
G = 40.17%
B = 25.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A0BA75 (or 0xA0BA75) is known color: Olivine. HEX triplet: A0, BA and 75. RGB value is (160,186,117). Sum of RGB (Red+Green+Blue) = 160+186+117=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA75 is #5F458A. Grayscale: #AAAAAA. Windows color (decimal): -6243723 or 7715488. OLE color: 7715488.

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

Color convert

RGB 160 186 117 -
CMYK 0.14 0 0.37 0.27
HSL 82.61º 0.33% 0.59% -
HSV(B) 82.61º 0.37% 0.73% -
XYZ 35.27 43.88 23.44 -
YUV 170.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 160 186 117 0.14 0 0.37 0.27 82.61 0.33 0.59
Hex A0 BA 75 E 0 25 1B 53 21 3B
Octal 240 272 165 16 0 45 33 123 41 73
Binary 10100000 10111010 1110101 1110 0 100101 11011 1010011 100001 111011

Color Harmonies of #A0BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA75

Black with #A0BA75

Text Example


Text Example

White with #A0BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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