#68b95c

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

Shades of Apple #68B95C

Tints of Apple #68B95C

Color information

#68B95C (or 0x68B95C) is unknown color: approx Apple. HEX triplet: 68, B9 and 5C. RGB value is (104,185,92). Sum of RGB (Red+Green+Blue) = 104+185+92=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #68B95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B95C is #9746A3. Grayscale: #969696. Windows color (decimal): -9914020 or 6076776. OLE color: 6076776.

HSL color Cylindrical-coordinate representation of color #68B95C: hue angle of 112.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B95C is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB10418592-
CMYK0.4400.500.27
HSL112.26º39.91%54.31%-
HSV(B)112.26º50.27%72.55%-
XYZ24.9938.4116.22-
YUV150.1895.1695.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 92 (36.33% from 255) = 24.15%
R=27.30%
G=48.56%
B=24.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104185920.4400.500.27112.2639.9154.31
Hex68B95C2C0321B702836
Octal15027113454062331605066
Binary11010001011100110111001011000110010110111110000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68b95c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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