#69B840

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

Shades of Apple #69B840

Tints of Apple #69B840

Color information

#69B840 (or 0x69B840) is unknown color: approx Apple. HEX triplet: 69, B8 and 40. RGB value is (105,184,64). Sum of RGB (Red+Green+Blue) = 105+184+64=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #69B840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B840 is #9647BF. Grayscale: #939393. Windows color (decimal): -9848768 or 4241513. OLE color: 4241513.

HSL color Cylindrical-coordinate representation of color #69B840: hue angle of 99.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69B840 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB10518464-
CMYK0.4300.650.28
HSL99.5º48.39%48.63%-
HSV(B)99.5º65.22%72.16%-
XYZ23.8937.6510.86-
YUV146.781.3398.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 184 (72.27% from 255) = 52.12%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=29.75%
G=52.12%
B=18.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105184640.4300.650.2899.548.3948.63
Hex69B8402B0411C643031
Octal151270100530101341446061
Binary110100110111000100000010101101000001111001100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,184,64); }

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

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

 a { background-color: rgb(105,184,64); }

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

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

 span { border-color: rgb(105,184,64); }

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