#68A246

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

Shades of Apple #68A246

Tints of Apple #68A246

Color information

#68A246 (or 0x68A246) is unknown color: approx Apple. HEX triplet: 68, A2 and 46. RGB value is (104,162,70). Sum of RGB (Red+Green+Blue) = 104+162+70=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #68A246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A246 is #975DB9. Grayscale: #868686. Windows color (decimal): -9919930 or 4629096. OLE color: 4629096.

HSL color Cylindrical-coordinate representation of color #68A246: hue angle of 97.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68A246 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB10416270-
CMYK0.3600.570.36
HSL97.83º39.66%45.49%-
HSV(B)97.83º56.79%63.53%-
XYZ19.7329.2310.4-
YUV134.1791.78106.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=30.95%
G=48.21%
B=20.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162700.3600.570.3697.8339.6645.49
Hex68A246240392462282d
Octal15024210644071441425055
Binary110100010100010100011010010001110011001001100010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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