#69BC42

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

Shades of Apple #69BC42

Tints of Apple #69BC42

Color information

#69BC42 (or 0x69BC42) is unknown color: approx Apple. HEX triplet: 69, BC and 42. RGB value is (105,188,66). Sum of RGB (Red+Green+Blue) = 105+188+66=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BC42 is #9643BD. Grayscale: #959595. Windows color (decimal): -9847742 or 4373609. OLE color: 4373609.

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

Color convert

RGB10518866-
CMYK0.4400.650.26
HSL100.82º48.03%49.8%-
HSV(B)100.82º64.89%73.73%-
XYZ24.7939.3611.45-
YUV149.288196.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 188 (73.83% from 255) = 52.37%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=29.25%
G=52.37%
B=18.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105188660.4400.650.26100.8248.0349.8
Hex69BC422C0411A653032
Octal151274102540101321456062
Binary110100110111100100001010110001000001110101100101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,188,66); }

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

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

 a { background-color: rgb(105,188,66); }

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

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

 span { border-color: rgb(105,188,66); }

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