#69B442

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

Shades of Apple #69B442

Tints of Apple #69B442

Color information

#69B442 (or 0x69B442) is unknown color: approx Apple. HEX triplet: 69, B4 and 42. RGB value is (105,180,66). Sum of RGB (Red+Green+Blue) = 105+180+66=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #69B442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B442 is #964BBD. Grayscale: #909090. Windows color (decimal): -9849790 or 4371561. OLE color: 4371561.

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

Color convert

RGB10518066-
CMYK0.4200.630.29
HSL99.47º46.34%48.24%-
HSV(B)99.47º63.33%70.59%-
XYZ23.1336.0410.89-
YUV144.5883.6599.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 180 (70.70% from 255) = 51.28%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=29.91%
G=51.28%
B=18.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105180660.4200.630.2999.4746.3448.24
Hex69B4422A03F1D632e30
Octal15126410252077351435660
Binary11010011011010010000101010100111111111011100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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