#69B241

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

Shades of Apple #69B241

Tints of Apple #69B241

Color information

#69B241 (or 0x69B241) is unknown color: approx Apple. HEX triplet: 69, B2 and 41. RGB value is (105,178,65). Sum of RGB (Red+Green+Blue) = 105+178+65=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #69B241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B241 is #964DBE. Grayscale: #8F8F8F. Windows color (decimal): -9850303 or 4305513. OLE color: 4305513.

HSL color Cylindrical-coordinate representation of color #69B241: hue angle of 98.76º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69B241 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB10517865-
CMYK0.4100.630.30
HSL98.76º46.5%47.65%-
HSV(B)98.76º63.48%69.8%-
XYZ22.735.2310.6-
YUV143.2983.82100.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 178 (69.92% from 255) = 51.15%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=30.17%
G=51.15%
B=18.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105178650.4100.630.3098.7646.547.65
Hex69B2412903F1E632f30
Octal15126210151077361435760
Binary11010011011001010000011010010111111111101100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B241; }

 p { color: rgb(105,178,65); }

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

<style>
 a { background-color: #69B241; }

 a { background-color: rgb(105,178,65); }

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

<style>
 span { border-color: #69B241; }

 span { border-color: rgb(105,178,65); }

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