#68b538

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

Shades of Apple #68B538

Tints of Apple #68B538

Color information

#68B538 (or 0x68B538) is unknown color: approx Apple. HEX triplet: 68, B5 and 38. RGB value is (104,181,56). Sum of RGB (Red+Green+Blue) = 104+181+56=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #68B538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B538 is #974AC7. Grayscale: #909090. Windows color (decimal): -9915080 or 3716456. OLE color: 3716456.

HSL color Cylindrical-coordinate representation of color #68B538: hue angle of 96.96º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68B538 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB10418156-
CMYK0.4300.690.29
HSL96.96º52.74%46.47%-
HSV(B)96.96º69.06%70.98%-
XYZ22.9536.289.53-
YUV143.7378.4999.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 181 (71.09% from 255) = 53.08%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=30.50%
G=53.08%
B=16.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104181560.4300.690.2996.9652.7446.47
Hex68B5382B0451D61352e
Octal15026570530105351416556
Binary11010001011010111100010101101000101111011100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68b538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,181,56); }

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

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

 a { background-color: rgb(104,181,56); }

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

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

 span { border-color: rgb(104,181,56); }

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