#68B04D

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

Shades of Apple #68B04D

Tints of Apple #68B04D

Color information

#68B04D (or 0x68B04D) is unknown color: approx Apple. HEX triplet: 68, B0 and 4D. RGB value is (104,176,77). Sum of RGB (Red+Green+Blue) = 104+176+77=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #68B04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B04D is #974FB2. Grayscale: #8F8F8F. Windows color (decimal): -9916339 or 5091432. OLE color: 5091432.

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

Color convert

RGB10417677-
CMYK0.4100.560.31
HSL103.64º39.13%49.61%-
HSV(B)103.64º56.25%69.02%-
XYZ22.5734.5312.5-
YUV143.1990.65100.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=29.13%
G=49.30%
B=21.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104176770.4100.560.31103.6439.1349.61
Hex68B04D290381F682732
Octal15026011551070371504762
Binary11010001011000010011011010010111000111111101000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,77); }

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

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

 a { background-color: rgb(104,176,77); }

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

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

 span { border-color: rgb(104,176,77); }

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