#A7C361

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

Shades of Olivine #A7C361

Tints of Olivine #A7C361

Color information

#A7C361 (or 0xA7C361) is unknown color: approx Olivine. HEX triplet: A7, C3 and 61. RGB value is (167,195,97). Sum of RGB (Red+Green+Blue) = 167+195+97=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C361 is #583C9E. Grayscale: #AFAFAF. Windows color (decimal): -5782687 or 6407079. OLE color: 6407079.

HSL color Cylindrical-coordinate representation of color #A7C361: hue angle of 77.14º degrees, saturation: 0.45, 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 #A7C361 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB16719597-
CMYK0.1400.500.24
HSL77.14º44.95%57.25%-
HSV(B)77.14º50.26%76.47%-
XYZ37.6148.1118.61-
YUV175.4683.72121.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=36.38%
G=42.48%
B=21.13%

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
Decimal167195970.1400.500.2477.1444.9557.25
HexA7C361E032184d2d39
Octal24730314116062301155571
Binary1010011111000011110000111100110010110001001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C361; }

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

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

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

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

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

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

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

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