#69BD3E

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

Shades of Apple #69BD3E

Tints of Apple #69BD3E

Color information

#69BD3E (or 0x69BD3E) is unknown color: approx Apple. HEX triplet: 69, BD and 3E. RGB value is (105,189,62). Sum of RGB (Red+Green+Blue) = 105+189+62=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BD3E is #9642C1. Grayscale: #959595. Windows color (decimal): -9847490 or 4111721. OLE color: 4111721.

HSL color Cylindrical-coordinate representation of color #69BD3E: hue angle of 99.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69BD3E is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB10518962-
CMYK0.4400.670.26
HSL99.69º50.6%49.22%-
HSV(B)99.69º67.2%74.12%-
XYZ24.8939.7510.92-
YUV149.4178.6796.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 189 (74.22% from 255) = 53.09%
BLUE value IS 62 (24.61% from 255) = 17.42%
R=29.49%
G=53.09%
B=17.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105189620.4400.670.2699.6950.649.22
Hex69BD3E2C0431A643331
Octal15127576540103321446361
Binary11010011011110111111010110001000011110101100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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