#68AB5A

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

Shades of Apple #68AB5A

Tints of Apple #68AB5A

Color information

#68AB5A (or 0x68AB5A) is unknown color: approx Apple. HEX triplet: 68, AB and 5A. RGB value is (104,171,90). Sum of RGB (Red+Green+Blue) = 104+171+90=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB5A is #9754A5. Grayscale: #8D8D8D. Windows color (decimal): -9917606 or 5942120. OLE color: 5942120.

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

Color convert

RGB10417190-
CMYK0.3900.470.33
HSL109.63º32.53%51.18%-
HSV(B)109.63º47.37%67.06%-
XYZ22.1232.8114.84-
YUV141.7398.8101.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=28.49%
G=46.85%
B=24.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171900.3900.470.33109.6332.5351.18
Hex68AB5A2702F216e2133
Octal15025313247057411564163
Binary110100010101011101101010011101011111000011101110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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