#69B740

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

Shades of Apple #69B740

Tints of Apple #69B740

Color information

#69B740 (or 0x69B740) is unknown color: approx Apple. HEX triplet: 69, B7 and 40. RGB value is (105,183,64). Sum of RGB (Red+Green+Blue) = 105+183+64=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #69B740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B740 is #9648BF. Grayscale: #929292. Windows color (decimal): -9849024 or 4241257. OLE color: 4241257.

HSL color Cylindrical-coordinate representation of color #69B740: hue angle of 99.33º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69B740 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB10518364-
CMYK0.4300.650.28
HSL99.33º48.18%48.43%-
HSV(B)99.33º65.03%71.76%-
XYZ23.6837.2410.79-
YUV146.1181.6698.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=29.83%
G=51.99%
B=18.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183640.4300.650.2899.3348.1848.43
Hex69B7402B0411C633030
Octal151267100530101341436060
Binary110100110110111100000010101101000001111001100011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,183,64); }

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

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

 a { background-color: rgb(105,183,64); }

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

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

 span { border-color: rgb(105,183,64); }

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