#68B332

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

Shades of Apple #68B332

Tints of Apple #68B332

Color information

#68B332 (or 0x68B332) is unknown color: approx Apple. HEX triplet: 68, B3 and 32. RGB value is (104,179,50). Sum of RGB (Red+Green+Blue) = 104+179+50=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #68B332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B332 is #974CCD. Grayscale: #8E8E8E. Windows color (decimal): -9915598 or 3322728. OLE color: 3322728.

HSL color Cylindrical-coordinate representation of color #68B332: hue angle of 94.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68B332 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB10417950-
CMYK0.4200.720.30
HSL94.88º56.33%44.9%-
HSV(B)94.88º72.07%70.2%-
XYZ22.435.418.67-
YUV141.8776.15100.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 179 (70.31% from 255) = 53.75%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=31.23%
G=53.75%
B=15.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104179500.4200.720.3094.8856.3344.9
Hex68B3322A0481E5f382d
Octal15026362520110361377055
Binary11010001011001111001010101001001000111101011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,50); }

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

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

 a { background-color: rgb(104,179,50); }

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

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

 span { border-color: rgb(104,179,50); }

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