Html Css Color HEX #A0B875 Olivine

📋 copy color: '#A0B875'

red 160 ◦ green 184 ◦ blue 117

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

Shades of Olivine #A0B875

Tints of Olivine #A0B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

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

R = 34.71%
G = 39.91%
B = 25.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#A0B875 (or 0xA0B875) is known color: Olivine. HEX triplet: A0, B8 and 75. RGB value is (160,184,117). Sum of RGB (Red+Green+Blue) = 160+184+117=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B875 is #5F478A. Grayscale: #A9A9A9. Windows color (decimal): -6244235 or 7714976. OLE color: 7714976.

HSL color Cylindrical-coordinate representation of color #A0B875: hue angle of 81.49º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0B875 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 184 117 -
CMYK 0.13 0 0.36 0.28
HSL 81.49º 0.32% 0.59% -
HSV(B) 81.49º 0.36% 0.72% -
XYZ 34.85 43.04 23.3 -
YUV 169.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 160 184 117 0.13 0 0.36 0.28 81.49 0.32 0.59
Hex A0 B8 75 D 0 24 1C 51 20 3B
Octal 240 270 165 15 0 44 34 121 40 73
Binary 10100000 10111000 1110101 1101 0 100100 11100 1010001 100000 111011

Color Harmonies of #A0B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B875

Black with #A0B875

Text Example


Text Example

White with #A0B875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B875; }

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

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

background-color css

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

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

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

border-color css

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

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

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