#68BD2E

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

Shades of Apple #68BD2E

Tints of Apple #68BD2E

Color information

#68BD2E (or 0x68BD2E) is unknown color: approx Apple. HEX triplet: 68, BD and 2E. RGB value is (104,189,46). Sum of RGB (Red+Green+Blue) = 104+189+46=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD2E is #9742D1. Grayscale: #939393. Windows color (decimal): -9913042 or 3063144. OLE color: 3063144.

HSL color Cylindrical-coordinate representation of color #68BD2E: hue angle of 95.66º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68BD2E is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB10418946-
CMYK0.4500.760.26
HSL95.66º60.85%46.08%-
HSV(B)95.66º75.66%74.12%-
XYZ24.439.548.93-
YUV147.2870.8497.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 189 (74.22% from 255) = 55.75%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=30.68%
G=55.75%
B=13.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104189460.4500.760.2695.6660.8546.08
Hex68BD2E2D04C1A603d2e
Octal15027556550114321407556
Binary11010001011110110111010110101001100110101100000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,189,46); }

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

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

 a { background-color: rgb(104,189,46); }

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

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

 span { border-color: rgb(104,189,46); }

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