#69AE37

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

Shades of Apple #69AE37

Tints of Apple #69AE37

Color information

#69AE37 (or 0x69AE37) is unknown color: approx Apple. HEX triplet: 69, AE and 37. RGB value is (105,174,55). Sum of RGB (Red+Green+Blue) = 105+174+55=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE37 is #9651C8. Grayscale: #8C8C8C. Windows color (decimal): -9851337 or 3649129. OLE color: 3649129.

HSL color Cylindrical-coordinate representation of color #69AE37: hue angle of 94.79º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69AE37 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB10517455-
CMYK0.4000.680.32
HSL94.79º51.97%44.9%-
HSV(B)94.79º68.39%68.24%-
XYZ21.6533.558.95-
YUV139.880.14103.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 174 (68.36% from 255) = 52.10%
BLUE value IS 55 (21.88% from 255) = 16.47%
R=31.44%
G=52.10%
B=16.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174550.4000.680.3294.7951.9744.9
Hex69AE3728044205f342d
Octal15125667500104401376455
Binary110100110101110110111101000010001001000001011111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,174,55); }

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

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

 a { background-color: rgb(105,174,55); }

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

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

 span { border-color: rgb(105,174,55); }

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