#68A346

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

Shades of Apple #68A346

Tints of Apple #68A346

Color information

#68A346 (or 0x68A346) is unknown color: approx Apple. HEX triplet: 68, A3 and 46. RGB value is (104,163,70). Sum of RGB (Red+Green+Blue) = 104+163+70=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #68A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A346 is #975CB9. Grayscale: #878787. Windows color (decimal): -9919674 or 4629352. OLE color: 4629352.

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

Color convert

RGB10416370-
CMYK0.3600.570.36
HSL98.06º39.91%45.69%-
HSV(B)98.06º57.06%63.92%-
XYZ19.9129.5810.45-
YUV134.7691.45106.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=30.86%
G=48.37%
B=20.77%

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
Decimal104163700.3600.570.3698.0639.9145.69
Hex68A346240392462282e
Octal15024310644071441425056
Binary110100010100011100011010010001110011001001100010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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