#68AF36

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

Shades of Apple #68AF36

Tints of Apple #68AF36

Color information

#68AF36 (or 0x68AF36) is unknown color: approx Apple. HEX triplet: 68, AF and 36. RGB value is (104,175,54). Sum of RGB (Red+Green+Blue) = 104+175+54=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AF36 is #9750C9. Grayscale: #8C8C8C. Windows color (decimal): -9916618 or 3583848. OLE color: 3583848.

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

Color convert

RGB10417554-
CMYK0.4100.690.31
HSL95.21º52.84%44.9%-
HSV(B)95.21º69.14%68.63%-
XYZ21.733.878.88-
YUV139.9879.48102.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=31.23%
G=52.55%
B=16.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104175540.4100.690.3195.2152.8444.9
Hex68AF36290451F5f352d
Octal15025766510105371376555
Binary11010001010111111011010100101000101111111011111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,54); }

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

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

 a { background-color: rgb(104,175,54); }

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

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

 span { border-color: rgb(104,175,54); }

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