#69B55D

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

Shades of Apple #69B55D

Tints of Apple #69B55D

Color information

#69B55D (or 0x69B55D) is unknown color: approx Apple. HEX triplet: 69, B5 and 5D. RGB value is (105,181,93). Sum of RGB (Red+Green+Blue) = 105+181+93=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #69B55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B55D is #964AA2. Grayscale: #949494. Windows color (decimal): -9849507 or 6141289. OLE color: 6141289.

HSL color Cylindrical-coordinate representation of color #69B55D: hue angle of 111.82º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69B55D is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB10518193-
CMYK0.4200.490.29
HSL111.82º37.29%53.73%-
HSV(B)111.82º48.62%70.98%-
XYZ24.3336.8416.18-
YUV148.2496.8297.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=27.70%
G=47.76%
B=24.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105181930.4200.490.29111.8237.2953.73
Hex69B55D2A0311D702536
Octal15126513552061351604566
Binary11010011011010110111011010100110001111011110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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