#68BD3D

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

Shades of Apple #68BD3D

Tints of Apple #68BD3D

Color information

#68BD3D (or 0x68BD3D) is unknown color: approx Apple. HEX triplet: 68, BD and 3D. RGB value is (104,189,61). Sum of RGB (Red+Green+Blue) = 104+189+61=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD3D is #9742C2. Grayscale: #959595. Windows color (decimal): -9913027 or 4046184. OLE color: 4046184.

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

Color convert

RGB10418961-
CMYK0.4500.680.26
HSL99.84º51.2%49.02%-
HSV(B)99.84º67.72%74.12%-
XYZ24.7539.6810.77-
YUV148.9978.3495.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 189 (74.22% from 255) = 53.39%
BLUE value IS 61 (24.22% from 255) = 17.23%
R=29.38%
G=53.39%
B=17.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104189610.4500.680.2699.8451.249.02
Hex68BD3D2D0441A643331
Octal15027575550104321446361
Binary11010001011110111110110110101000100110101100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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