#A3C07B

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

Shades of Olivine #A3C07B

Tints of Olivine #A3C07B

Color information

#A3C07B (or 0xA3C07B) is unknown color: approx Olivine. HEX triplet: A3, C0 and 7B. RGB value is (163,192,123). Sum of RGB (Red+Green+Blue) = 163+192+123=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C07B is #5C3F84. Grayscale: #AFAFAF. Windows color (decimal): -6045573 or 8110243. OLE color: 8110243.

HSL color Cylindrical-coordinate representation of color #A3C07B: hue angle of 85.22º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C07B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB163192123-
CMYK0.1500.360.25
HSL85.22º35.38%61.76%-
HSV(B)85.22º35.94%75.29%-
XYZ37.5346.9225.82-
YUV175.4698.39119.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 123 (48.44% from 255) = 25.73%
R=34.10%
G=40.17%
B=25.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921230.1500.360.2585.2235.3861.76
HexA3C07BF0241955233e
Octal24330017317044311254376
Binary1010001111000000111101111110100100110011010101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C07B; }

 p { color: rgb(163,192,123); }

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

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

 a { background-color: rgb(163,192,123); }

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

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

 span { border-color: rgb(163,192,123); }

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