#69B14A

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

Shades of Apple #69B14A

Tints of Apple #69B14A

Color information

#69B14A (or 0x69B14A) is unknown color: approx Apple. HEX triplet: 69, B1 and 4A. RGB value is (105,177,74). Sum of RGB (Red+Green+Blue) = 105+177+74=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #69B14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B14A is #964EB5. Grayscale: #909090. Windows color (decimal): -9850550 or 4895081. OLE color: 4895081.

HSL color Cylindrical-coordinate representation of color #69B14A: hue angle of 101.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69B14A is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB10517774-
CMYK0.4100.580.31
HSL101.94º41.04%49.22%-
HSV(B)101.94º58.19%69.41%-
XYZ22.7834.9412.02-
YUV143.7388.65100.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=29.49%
G=49.72%
B=20.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105177740.4100.580.31101.9441.0449.22
Hex69B14A2903A1F662931
Octal15126111251072371465161
Binary11010011011000110010101010010111010111111100110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,177,74); }

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

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

 a { background-color: rgb(105,177,74); }

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

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

 span { border-color: rgb(105,177,74); }

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