#68b13d

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

Shades of Apple #68B13D

Tints of Apple #68B13D

Color information

#68B13D (or 0x68B13D) is unknown color: approx Apple. HEX triplet: 68, B1 and 3D. RGB value is (104,177,61). Sum of RGB (Red+Green+Blue) = 104+177+61=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #68B13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B13D is #974EC2. Grayscale: #8E8E8E. Windows color (decimal): -9916099 or 4043112. OLE color: 4043112.

HSL color Cylindrical-coordinate representation of color #68B13D: hue angle of 97.76º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68B13D is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB10417761-
CMYK0.4100.660.31
HSL97.76º48.74%46.67%-
HSV(B)97.76º65.54%69.41%-
XYZ22.2734.729.94-
YUV141.9582.32100.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 177 (69.53% from 255) = 51.75%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=30.41%
G=51.75%
B=17.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104177610.4100.660.3197.7648.7446.67
Hex68B13D290421F62312f
Octal15026175510102371426157
Binary11010001011000111110110100101000010111111100010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68b13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,177,61); }

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

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

 a { background-color: rgb(104,177,61); }

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

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

 span { border-color: rgb(104,177,61); }

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