#69B53D

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

Shades of Apple #69B53D

Tints of Apple #69B53D

Color information

#69B53D (or 0x69B53D) is unknown color: approx Apple. HEX triplet: 69, B5 and 3D. RGB value is (105,181,61). Sum of RGB (Red+Green+Blue) = 105+181+61=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #69B53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B53D is #964AC2. Grayscale: #919191. Windows color (decimal): -9849539 or 4044137. OLE color: 4044137.

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

Color convert

RGB10518161-
CMYK0.4200.660.29
HSL98º49.59%47.45%-
HSV(B)98º66.3%70.98%-
XYZ23.1936.3910.22-
YUV144.680.8299.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=30.26%
G=52.16%
B=17.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105181610.4200.660.299849.5947.45
Hex69B53D2A0421D62322f
Octal15126575520102351426257
Binary11010011011010111110110101001000010111011100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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