#68BE52

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

Shades of Apple #68BE52

Tints of Apple #68BE52

Color information

#68BE52 (or 0x68BE52) is unknown color: approx Apple. HEX triplet: 68, BE and 52. RGB value is (104,190,82). Sum of RGB (Red+Green+Blue) = 104+190+82=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BE52 is #9741AD. Grayscale: #989898. Windows color (decimal): -9912750 or 5422696. OLE color: 5422696.

HSL color Cylindrical-coordinate representation of color #68BE52: hue angle of 107.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BE52 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB10419082-
CMYK0.4500.570.25
HSL107.78º45.38%53.33%-
HSV(B)107.78º56.84%74.51%-
XYZ25.6540.3814.42-
YUV151.9788.5193.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 190 (74.61% from 255) = 50.53%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=27.66%
G=50.53%
B=21.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104190820.4500.570.25107.7845.3853.33
Hex68BE522D039196c2d35
Octal15027612255071311545565
Binary11010001011111010100101011010111001110011101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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