#68b44a

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

Shades of Apple #68B44A

Tints of Apple #68B44A

Color information

#68B44A (or 0x68B44A) is unknown color: approx Apple. HEX triplet: 68, B4 and 4A. RGB value is (104,180,74). Sum of RGB (Red+Green+Blue) = 104+180+74=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #68B44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B44A is #974BB5. Grayscale: #919191. Windows color (decimal): -9915318 or 4895848. OLE color: 4895848.

HSL color Cylindrical-coordinate representation of color #68B44A: hue angle of 103.02º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68B44A is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB10418074-
CMYK0.4200.590.29
HSL103.02º41.73%49.8%-
HSV(B)103.02º58.89%70.59%-
XYZ23.2736.0812.22-
YUV145.1987.8298.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 180 (70.70% from 255) = 50.28%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=29.05%
G=50.28%
B=20.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104180740.4200.590.29103.0241.7349.8
Hex68B44A2A03B1D672a32
Octal15026411252073351475262
Binary11010001011010010010101010100111011111011100111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68b44a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,74); }

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

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

 a { background-color: rgb(104,180,74); }

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

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

 span { border-color: rgb(104,180,74); }

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