#69B53C

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

Shades of Apple #69B53C

Tints of Apple #69B53C

Color information

#69B53C (or 0x69B53C) is unknown color: approx Apple. HEX triplet: 69, B5 and 3C. RGB value is (105,181,60). Sum of RGB (Red+Green+Blue) = 105+181+60=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #69B53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B53C is #964AC3. Grayscale: #909090. Windows color (decimal): -9849540 or 3978601. OLE color: 3978601.

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

Color convert

RGB10518160-
CMYK0.4200.670.29
HSL97.69º50.21%47.25%-
HSV(B)97.69º66.85%70.98%-
XYZ23.1736.3810.08-
YUV144.4880.3299.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 181 (71.09% from 255) = 52.31%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=30.35%
G=52.31%
B=17.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105181600.4200.670.2997.6950.2147.25
Hex69B53C2A0431D62322f
Octal15126574520103351426257
Binary11010011011010111110010101001000011111011100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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