#68AF3D

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

Shades of Apple #68AF3D

Tints of Apple #68AF3D

Color information

#68AF3D (or 0x68AF3D) is unknown color: approx Apple. HEX triplet: 68, AF and 3D. RGB value is (104,175,61). Sum of RGB (Red+Green+Blue) = 104+175+61=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AF3D is #9750C2. Grayscale: #8D8D8D. Windows color (decimal): -9916611 or 4042600. OLE color: 4042600.

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

Color convert

RGB10417561-
CMYK0.4100.650.31
HSL97.37º48.31%46.27%-
HSV(B)97.37º65.14%68.63%-
XYZ21.8833.949.81-
YUV140.7882.98101.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 175 (68.75% from 255) = 51.47%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=30.59%
G=51.47%
B=17.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104175610.4100.650.3197.3748.3146.27
Hex68AF3D290411F61302e
Octal15025775510101371416056
Binary11010001010111111110110100101000001111111100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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