#68BB52

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

Shades of Apple #68BB52

Tints of Apple #68BB52

Color information

#68BB52 (or 0x68BB52) is unknown color: approx Apple. HEX triplet: 68, BB and 52. RGB value is (104,187,82). Sum of RGB (Red+Green+Blue) = 104+187+82=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BB52 is #9744AD. Grayscale: #969696. Windows color (decimal): -9913518 or 5421928. OLE color: 5421928.

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

Color convert

RGB10418782-
CMYK0.4400.560.27
HSL107.43º43.57%52.75%-
HSV(B)107.43º56.15%73.33%-
XYZ2539.0914.21-
YUV150.2189.595.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 187 (73.44% from 255) = 50.13%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=27.88%
G=50.13%
B=21.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104187820.4400.560.27107.4343.5752.75
Hex68BB522C0381B6b2c35
Octal15027312254070331535465
Binary11010001011101110100101011000111000110111101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,187,82); }

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

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

 a { background-color: rgb(104,187,82); }

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

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

 span { border-color: rgb(104,187,82); }

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