#69B55B

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

Shades of Apple #69B55B

Tints of Apple #69B55B

Color information

#69B55B (or 0x69B55B) is unknown color: approx Apple. HEX triplet: 69, B5 and 5B. RGB value is (105,181,91). Sum of RGB (Red+Green+Blue) = 105+181+91=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #69B55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B55B is #964AA4. Grayscale: #949494. Windows color (decimal): -9849509 or 6010217. OLE color: 6010217.

HSL color Cylindrical-coordinate representation of color #69B55B: hue angle of 110.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69B55B is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB10518191-
CMYK0.4200.500.29
HSL110.67º37.82%53.33%-
HSV(B)110.67º49.72%70.98%-
XYZ24.2436.8115.72-
YUV148.0295.8297.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 181 (71.09% from 255) = 48.01%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=27.85%
G=48.01%
B=24.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105181910.4200.500.29110.6737.8253.33
Hex69B55B2A0321D6f2635
Octal15126513352062351574665
Binary11010011011010110110111010100110010111011101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,91); }

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

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

 a { background-color: rgb(105,181,91); }

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

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

 span { border-color: rgb(105,181,91); }

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