#68B036

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

Shades of Apple #68B036

Tints of Apple #68B036

Color information

#68B036 (or 0x68B036) is unknown color: approx Apple. HEX triplet: 68, B0 and 36. RGB value is (104,176,54). Sum of RGB (Red+Green+Blue) = 104+176+54=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #68B036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B036 is #974FC9. Grayscale: #8C8C8C. Windows color (decimal): -9916362 or 3584104. OLE color: 3584104.

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

Color convert

RGB10417654-
CMYK0.4100.690.31
HSL95.41º53.04%45.1%-
HSV(B)95.41º69.32%69.02%-
XYZ21.934.268.95-
YUV140.5679.15101.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 176 (69.14% from 255) = 52.69%
BLUE value IS 54 (21.48% from 255) = 16.17%
R=31.14%
G=52.69%
B=16.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104176540.4100.690.3195.4153.0445.1
Hex68B036290451F5f352d
Octal15026066510105371376555
Binary11010001011000011011010100101000101111111011111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,54); }

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

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

 a { background-color: rgb(104,176,54); }

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

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

 span { border-color: rgb(104,176,54); }

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