#A7C261

Color #A7C261 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A7C261

Tints of Olivine #A7C261

Color information

#A7C261 (or 0xA7C261) is unknown color: approx Olivine. HEX triplet: A7, C2 and 61. RGB value is (167,194,97). Sum of RGB (Red+Green+Blue) = 167+194+97=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C261 is #583D9E. Grayscale: #AFAFAF. Windows color (decimal): -5782943 or 6406823. OLE color: 6406823.

HSL color Cylindrical-coordinate representation of color #A7C261: hue angle of 76.7º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7C261 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB16719497-
CMYK0.1400.500.24
HSL76.7º44.29%57.06%-
HSV(B)76.7º50%76.08%-
XYZ37.3947.6618.54-
YUV174.8784.05122.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=36.46%
G=42.36%
B=21.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167194970.1400.500.2476.744.2957.06
HexA7C261E032184d2c39
Octal24730214116062301155471
Binary1010011111000010110000111100110010110001001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C261; }

 p { color: rgb(167,194,97); }

 H1.HeaderClassName
 {
   color: #A7C261;
 }
 .AnyTagClassName
 {
   color: #A7C261;
 }
</style>
background-color css

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

 a { background-color: rgb(167,194,97); }

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

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

 span { border-color: rgb(167,194,97); }

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