#A7C265

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

Shades of Olivine #A7C265

Tints of Olivine #A7C265

Color information

#A7C265 (or 0xA7C265) is unknown color: approx Olivine. HEX triplet: A7, C2 and 65. RGB value is (167,194,101). Sum of RGB (Red+Green+Blue) = 167+194+101=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C265 is #583D9A. Grayscale: #AFAFAF. Windows color (decimal): -5782939 or 6668967. OLE color: 6668967.

HSL color Cylindrical-coordinate representation of color #A7C265: hue angle of 77.42º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7C265 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB167194101-
CMYK0.1400.480.24
HSL77.42º43.26%57.84%-
HSV(B)77.42º47.94%76.08%-
XYZ37.5847.7419.55-
YUV175.3286.05122.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=36.15%
G=41.99%
B=21.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941010.1400.480.2477.4243.2657.84
HexA7C265E030184d2b3a
Octal24730214516060301155372
Binary1010011111000010110010111100110000110001001101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C265; }

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

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

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

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

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

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

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

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