#68A95C

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

Shades of Apple #68A95C

Tints of Apple #68A95C

Color information

#68A95C (or 0x68A95C) is unknown color: approx Apple. HEX triplet: 68, A9 and 5C. RGB value is (104,169,92). Sum of RGB (Red+Green+Blue) = 104+169+92=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #68A95C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A95C is #9756A3. Grayscale: #8D8D8D. Windows color (decimal): -9918116 or 6072680. OLE color: 6072680.

HSL color Cylindrical-coordinate representation of color #68A95C: hue angle of 110.65º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68A95C is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB10416992-
CMYK0.3800.460.34
HSL110.65º30.92%51.18%-
HSV(B)110.65º45.56%66.27%-
XYZ21.8332.0915.17-
YUV140.79100.47101.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 169 (66.41% from 255) = 46.30%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=28.49%
G=46.30%
B=25.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104169920.3800.460.34110.6530.9251.18
Hex68A95C2602E226f1f33
Octal15025113446056421573763
Binary11010001010100110111001001100101110100010110111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,169,92); }

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

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

 a { background-color: rgb(104,169,92); }

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

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

 span { border-color: rgb(104,169,92); }

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