#69B53E

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

Shades of Apple #69B53E

Tints of Apple #69B53E

Color information

#69B53E (or 0x69B53E) is unknown color: approx Apple. HEX triplet: 69, B5 and 3E. RGB value is (105,181,62). Sum of RGB (Red+Green+Blue) = 105+181+62=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #69B53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B53E is #964AC1. Grayscale: #919191. Windows color (decimal): -9849538 or 4109673. OLE color: 4109673.

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

Color convert

RGB10518162-
CMYK0.4200.660.29
HSL98.32º48.97%47.65%-
HSV(B)98.32º65.75%70.98%-
XYZ23.2236.410.36-
YUV144.7181.3299.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 181 (71.09% from 255) = 52.01%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=30.17%
G=52.01%
B=17.82%

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
Decimal105181620.4200.660.2998.3248.9747.65
Hex69B53E2A0421D623130
Octal15126576520102351426160
Binary11010011011010111111010101001000010111011100010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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