#A3CC75

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

Shades of Olivine #A3CC75

Tints of Olivine #A3CC75

Color information

#A3CC75 (or 0xA3CC75) is unknown color: approx Olivine. HEX triplet: A3, CC and 75. RGB value is (163,204,117). Sum of RGB (Red+Green+Blue) = 163+204+117=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC75 is #5C338A. Grayscale: #B6B6B6. Windows color (decimal): -6042507 or 7720099. OLE color: 7720099.

HSL color Cylindrical-coordinate representation of color #A3CC75: hue angle of 88.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3CC75 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB163204117-
CMYK0.2000.430.2
HSL88.28º46.03%62.94%-
HSV(B)88.28º42.65%80%-
XYZ39.9152.2624.81-
YUV181.8291.42114.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=33.68%
G=42.15%
B=24.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041170.2000.430.288.2846.0362.94
HexA3CC751402B14582e3f
Octal24331416524053241305677
Binary10100011110011001110101101000101011101001011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC75; }

 p { color: rgb(163,204,117); }

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

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

 a { background-color: rgb(163,204,117); }

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

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

 span { border-color: rgb(163,204,117); }

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