Html Css Color HEX #A0B671 Olivine

📋 copy color: '#A0B671'

red 160 ◦ green 182 ◦ blue 113

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

Shades of Olivine #A0B671

Tints of Olivine #A0B671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

 BLUE value IS 113 (44.53% from 255) = 24.84%

R = 35.16%
G = 40%
B = 24.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A0B671 (or 0xA0B671) is known color: Olivine. HEX triplet: A0, B6 and 71. RGB value is (160,182,113). Sum of RGB (Red+Green+Blue) = 160+182+113=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B671 is #5F498E. Grayscale: #A7A7A7. Windows color (decimal): -6244751 or 7452320. OLE color: 7452320.

HSL color Cylindrical-coordinate representation of color #A0B671: hue angle of 79.13º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0B671 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 113 -
CMYK 0.12 0 0.38 0.29
HSL 79.13º 0.32% 0.58% -
HSV(B) 79.13º 0.38% 0.71% -
XYZ 34.21 42.12 21.95 -
YUV 167.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 160 182 113 0.12 0 0.38 0.29 79.13 0.32 0.58
Hex A0 B6 71 C 0 26 1D 4F 20 3A
Octal 240 266 161 14 0 46 35 117 40 72
Binary 10100000 10110110 1110001 1100 0 100110 11101 1001111 100000 111010

Color Harmonies of #A0B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B671

Black with #A0B671

Text Example


Text Example

White with #A0B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B671; }

 p { color: rgb(160,182,113); }

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

background-color css

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

 a { background-color: rgb(160,182,113); }

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

border-color css

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

 span { border-color: rgb(160,182,113); }

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