#68A24D

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

Shades of Apple #68A24D

Tints of Apple #68A24D

Color information

#68A24D (or 0x68A24D) is unknown color: approx Apple. HEX triplet: 68, A2 and 4D. RGB value is (104,162,77). Sum of RGB (Red+Green+Blue) = 104+162+77=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #68A24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A24D is #975DB2. Grayscale: #878787. Windows color (decimal): -9919923 or 5087848. OLE color: 5087848.

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

Color convert

RGB10416277-
CMYK0.3600.520.36
HSL100.94º35.56%46.86%-
HSV(B)100.94º52.47%63.53%-
XYZ19.9729.3211.63-
YUV134.9795.28105.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=30.32%
G=47.23%
B=22.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162770.3600.520.36100.9435.5646.86
Hex68A24D240342465242f
Octal15024211544064441454457
Binary110100010100010100110110010001101001001001100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,162,77); }

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

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

 a { background-color: rgb(104,162,77); }

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

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

 span { border-color: rgb(104,162,77); }

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