#68A244

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

Shades of Apple #68A244

Tints of Apple #68A244

Color information

#68A244 (or 0x68A244) is unknown color: approx Apple. HEX triplet: 68, A2 and 44. RGB value is (104,162,68). Sum of RGB (Red+Green+Blue) = 104+162+68=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #68A244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A244 is #975DBB. Grayscale: #868686. Windows color (decimal): -9919932 or 4498024. OLE color: 4498024.

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

Color convert

RGB10416268-
CMYK0.3600.580.36
HSL97.02º40.87%45.1%-
HSV(B)97.02º58.02%63.53%-
XYZ19.6729.210.07-
YUV133.9490.78106.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 162 (63.67% from 255) = 48.50%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=31.14%
G=48.50%
B=20.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162680.3600.580.3697.0240.8745.1
Hex68A2442403A2461292d
Octal15024210444072441415155
Binary110100010100010100010010010001110101001001100001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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