#69D739

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

Shades of Apple #69D739

Tints of Apple #69D739

Color information

#69D739 (or 0x69D739) is unknown color: approx Apple. HEX triplet: 69, D7 and 39. RGB value is (105,215,57). Sum of RGB (Red+Green+Blue) = 105+215+57=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #69D739 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D739 is #9628C6. Grayscale: #A4A4A4. Windows color (decimal): -9840839 or 3790697. OLE color: 3790697.

HSL color Cylindrical-coordinate representation of color #69D739: hue angle of 101.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69D739 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB10521557-
CMYK0.5100.730.16
HSL101.77º66.39%53.33%-
HSV(B)101.77º73.49%84.31%-
XYZ30.8651.912.26-
YUV164.167.5685.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 215 (84.38% from 255) = 57.03%
BLUE value IS 57 (22.66% from 255) = 15.12%
R=27.85%
G=57.03%
B=15.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105215570.5100.730.16101.7766.3953.33
Hex69D7393304910664235
Octal151327716301112014610265
Binary110100111010111111001110011010010011000011001101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,215,57); }

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

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

 a { background-color: rgb(105,215,57); }

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

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

 span { border-color: rgb(105,215,57); }

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