#69BB41

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

Shades of Apple #69BB41

Tints of Apple #69BB41

Color information

#69BB41 (or 0x69BB41) is unknown color: approx Apple. HEX triplet: 69, BB and 41. RGB value is (105,187,65). Sum of RGB (Red+Green+Blue) = 105+187+65=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BB41 is #9644BE. Grayscale: #949494. Windows color (decimal): -9847999 or 4307817. OLE color: 4307817.

HSL color Cylindrical-coordinate representation of color #69BB41: hue angle of 100.33º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69BB41 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB10518765-
CMYK0.4400.650.27
HSL100.33º48.41%49.41%-
HSV(B)100.33º65.24%73.33%-
XYZ24.5538.9311.22-
YUV148.5780.8396.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 187 (73.44% from 255) = 52.38%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=29.41%
G=52.38%
B=18.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105187650.4400.650.27100.3348.4149.41
Hex69BB412C0411B643031
Octal151273101540101331446061
Binary110100110111011100000110110001000001110111100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,187,65); }

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

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

 a { background-color: rgb(105,187,65); }

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

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

 span { border-color: rgb(105,187,65); }

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