#68AA35

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

Shades of Apple #68AA35

Tints of Apple #68AA35

Color information

#68AA35 (or 0x68AA35) is unknown color: approx Apple. HEX triplet: 68, AA and 35. RGB value is (104,170,53). Sum of RGB (Red+Green+Blue) = 104+170+53=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA35 is #9755CA. Grayscale: #898989. Windows color (decimal): -9917899 or 3517032. OLE color: 3517032.

HSL color Cylindrical-coordinate representation of color #68AA35: hue angle of 93.85º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68AA35 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB10417053-
CMYK0.3900.690.33
HSL93.85º52.47%43.73%-
HSV(B)93.85º68.82%66.67%-
XYZ20.7331.958.44-
YUV136.9380.63104.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 170 (66.80% from 255) = 51.99%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=31.80%
G=51.99%
B=16.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170530.3900.690.3393.8552.4743.73
Hex68AA3527045215e342c
Octal15025265470105411366454
Binary110100010101010110101100111010001011000011011110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,53); }

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

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

 a { background-color: rgb(104,170,53); }

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

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

 span { border-color: rgb(104,170,53); }

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