#68A946

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

Shades of Apple #68A946

Tints of Apple #68A946

Color information

#68A946 (or 0x68A946) is unknown color: approx Apple. HEX triplet: 68, A9 and 46. RGB value is (104,169,70). Sum of RGB (Red+Green+Blue) = 104+169+70=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #68A946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A946 is #9756B9. Grayscale: #8A8A8A. Windows color (decimal): -9918138 or 4630888. OLE color: 4630888.

HSL color Cylindrical-coordinate representation of color #68A946: hue angle of 99.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A946 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB10416970-
CMYK0.3800.590.34
HSL99.39º41.42%46.86%-
HSV(B)99.39º58.58%66.27%-
XYZ2131.7610.82-
YUV138.2889.47103.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 169 (66.41% from 255) = 49.27%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=30.32%
G=49.27%
B=20.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104169700.3800.590.3499.3941.4246.86
Hex68A9462603B2263292f
Octal15025110646073421435157
Binary110100010101001100011010011001110111000101100011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A946; }

 p { color: rgb(104,169,70); }

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

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

 a { background-color: rgb(104,169,70); }

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

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

 span { border-color: rgb(104,169,70); }

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