#68a93b

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

Shades of Apple #68A93B

Tints of Apple #68A93B

Color information

#68A93B (or 0x68A93B) is unknown color: approx Apple. HEX triplet: 68, A9 and 3B. RGB value is (104,169,59). Sum of RGB (Red+Green+Blue) = 104+169+59=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #68A93B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A93B is #9756C4. Grayscale: #898989. Windows color (decimal): -9918149 or 3909992. OLE color: 3909992.

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

Color convert

RGB10416959-
CMYK0.3800.650.34
HSL95.45º48.25%44.71%-
HSV(B)95.45º65.09%66.27%-
XYZ20.6931.639.15-
YUV137.0283.97104.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 169 (66.41% from 255) = 50.90%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=31.33%
G=50.90%
B=17.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104169590.3800.650.3495.4548.2544.71
Hex68A93B26041225f302d
Octal15025173460101421376055
Binary110100010101001111011100110010000011000101011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68a93b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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