#68B45D

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

Shades of Apple #68B45D

Tints of Apple #68B45D

Color information

#68B45D (or 0x68B45D) is unknown color: approx Apple. HEX triplet: 68, B4 and 5D. RGB value is (104,180,93). Sum of RGB (Red+Green+Blue) = 104+180+93=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #68B45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B45D is #974BA2. Grayscale: #939393. Windows color (decimal): -9915299 or 6141032. OLE color: 6141032.

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

Color convert

RGB10418093-
CMYK0.4200.480.29
HSL112.41º36.71%53.53%-
HSV(B)112.41º48.33%70.59%-
XYZ24.0136.3816.11-
YUV147.3697.3297.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=27.59%
G=47.75%
B=24.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104180930.4200.480.29112.4136.7153.53
Hex68B45D2A0301D702536
Octal15026413552060351604566
Binary11010001011010010111011010100110000111011110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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