Html Css Color HEX #A0B975 Olivine

📋 copy color: '#A0B975'

red 160 ◦ green 185 ◦ blue 117

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

Shades of Olivine #A0B975

Tints of Olivine #A0B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

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

R = 34.63%
G = 40.04%
B = 25.32%

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

#A0B975 (or 0xA0B975) is known color: Olivine. HEX triplet: A0, B9 and 75. RGB value is (160,185,117). Sum of RGB (Red+Green+Blue) = 160+185+117=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B975 is #5F468A. Grayscale: #AAAAAA. Windows color (decimal): -6243979 or 7715232. OLE color: 7715232.

HSL color Cylindrical-coordinate representation of color #A0B975: hue angle of 82.06º 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 #A0B975 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 117 -
CMYK 0.14 0 0.37 0.27
HSL 82.06º 0.33% 0.59% -
HSV(B) 82.06º 0.37% 0.73% -
XYZ 35.06 43.46 23.37 -
YUV 169.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 160 185 117 0.14 0 0.37 0.27 82.06 0.33 0.59
Hex A0 B9 75 E 0 25 1B 52 21 3B
Octal 240 271 165 16 0 45 33 122 41 73
Binary 10100000 10111001 1110101 1110 0 100101 11011 1010010 100001 111011

Color Harmonies of #A0B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B975

Black with #A0B975

Text Example


Text Example

White with #A0B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B975; }

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

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

background-color css

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

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

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

border-color css

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

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

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