#69AC3C

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

Shades of Apple #69AC3C

Tints of Apple #69AC3C

Color information

#69AC3C (or 0x69AC3C) is unknown color: approx Apple. HEX triplet: 69, AC and 3C. RGB value is (105,172,60). Sum of RGB (Red+Green+Blue) = 105+172+60=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AC3C is #9653C3. Grayscale: #8B8B8B. Windows color (decimal): -9851844 or 3976297. OLE color: 3976297.

HSL color Cylindrical-coordinate representation of color #69AC3C: hue angle of 95.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69AC3C is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB10517260-
CMYK0.3900.650.33
HSL95.89º48.28%45.49%-
HSV(B)95.89º65.12%67.45%-
XYZ21.3932.839.49-
YUV139.283.3103.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 60 (23.83% from 255) = 17.80%
R=31.16%
G=51.04%
B=17.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105172600.3900.650.3395.8948.2845.49
Hex69AC3C270412160302d
Octal15125474470101411406055
Binary110100110101100111100100111010000011000011100000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,172,60); }

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

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

 a { background-color: rgb(105,172,60); }

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

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

 span { border-color: rgb(105,172,60); }

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