#68B75C

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

Shades of Apple #68B75C

Tints of Apple #68B75C

Color information

#68B75C (or 0x68B75C) is unknown color: approx Apple. HEX triplet: 68, B7 and 5C. RGB value is (104,183,92). Sum of RGB (Red+Green+Blue) = 104+183+92=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #68B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B75C is #9748A3. Grayscale: #959595. Windows color (decimal): -9914532 or 6076264. OLE color: 6076264.

HSL color Cylindrical-coordinate representation of color #68B75C: hue angle of 112.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B75C is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB10418392-
CMYK0.4300.500.28
HSL112.09º38.72%53.92%-
HSV(B)112.09º49.73%71.76%-
XYZ24.5737.5816.08-
YUV14995.8395.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=27.44%
G=48.28%
B=24.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183920.4300.500.28112.0938.7253.92
Hex68B75C2B0321C702736
Octal15026713453062341604766
Binary11010001011011110111001010110110010111001110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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