#68AA3A

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

Shades of Apple #68AA3A

Tints of Apple #68AA3A

Color information

#68AA3A (or 0x68AA3A) is unknown color: approx Apple. HEX triplet: 68, AA and 3A. RGB value is (104,170,58). Sum of RGB (Red+Green+Blue) = 104+170+58=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA3A is #9755C5. Grayscale: #898989. Windows color (decimal): -9917894 or 3844712. OLE color: 3844712.

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

Color convert

RGB10417058-
CMYK0.3900.660.33
HSL95.36º49.12%44.71%-
HSV(B)95.36º65.88%66.67%-
XYZ20.85329.08-
YUV137.583.13104.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=31.33%
G=51.20%
B=17.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170580.3900.660.3395.3649.1244.71
Hex68AA3A27042215f312d
Octal15025272470102411376155
Binary110100010101010111010100111010000101000011011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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