#69B75D

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

Shades of Apple #69B75D

Tints of Apple #69B75D

Color information

#69B75D (or 0x69B75D) is unknown color: approx Apple. HEX triplet: 69, B7 and 5D. RGB value is (105,183,93). Sum of RGB (Red+Green+Blue) = 105+183+93=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #69B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B75D is #9648A2. Grayscale: #959595. Windows color (decimal): -9848995 or 6141801. OLE color: 6141801.

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

Color convert

RGB10518393-
CMYK0.4300.490.28
HSL112º38.46%54.12%-
HSV(B)112º49.18%71.76%-
XYZ24.7337.6616.32-
YUV149.4296.1696.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 183 (71.88% from 255) = 48.03%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=27.56%
G=48.03%
B=24.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183930.4300.490.2811238.4654.12
Hex69B75D2B0311C702636
Octal15126713553061341604666
Binary11010011011011110111011010110110001111001110000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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