#68AB3A

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

Shades of Apple #68AB3A

Tints of Apple #68AB3A

Color information

#68AB3A (or 0x68AB3A) is unknown color: approx Apple. HEX triplet: 68, AB and 3A. RGB value is (104,171,58). Sum of RGB (Red+Green+Blue) = 104+171+58=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB3A is #9754C5. Grayscale: #8A8A8A. Windows color (decimal): -9917638 or 3844968. OLE color: 3844968.

HSL color Cylindrical-coordinate representation of color #68AB3A: hue angle of 95.58º 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 #68AB3A is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB10417158-
CMYK0.3900.660.33
HSL95.58º49.34%44.9%-
HSV(B)95.58º66.08%67.06%-
XYZ21.0432.379.14-
YUV138.0882.8103.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=31.23%
G=51.35%
B=17.42%

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
Decimal104171580.3900.660.3395.5849.3444.9
Hex68AB3A270422160312d
Octal15025372470102411406155
Binary110100010101011111010100111010000101000011100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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