#69BA37

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

Shades of Apple #69BA37

Tints of Apple #69BA37

Color information

#69BA37 (or 0x69BA37) is unknown color: approx Apple. HEX triplet: 69, BA and 37. RGB value is (105,186,55). Sum of RGB (Red+Green+Blue) = 105+186+55=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BA37 is #9645C8. Grayscale: #939393. Windows color (decimal): -9848265 or 3652201. OLE color: 3652201.

HSL color Cylindrical-coordinate representation of color #69BA37: hue angle of 97.1º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69BA37 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB10518655-
CMYK0.4400.700.27
HSL97.1º54.36%47.25%-
HSV(B)97.1º70.43%72.94%-
XYZ24.0738.49.76-
YUV146.8576.1698.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 55 (21.88% from 255) = 15.90%
R=30.35%
G=53.76%
B=15.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105186550.4400.700.2797.154.3647.25
Hex69BA372C0461B61362f
Octal15127267540106331416657
Binary11010011011101011011110110001000110110111100001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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