#69a051

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

Shades of Apple #69A051

Tints of Apple #69A051

Color information

#69A051 (or 0x69A051) is unknown color: approx Apple. HEX triplet: 69, A0 and 51. RGB value is (105,160,81). Sum of RGB (Red+Green+Blue) = 105+160+81=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #69A051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A051 is #965FAE. Grayscale: #868686. Windows color (decimal): -9854895 or 5349481. OLE color: 5349481.

HSL color Cylindrical-coordinate representation of color #69A051: hue angle of 101.77º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69A051 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB10516081-
CMYK0.3400.490.37
HSL101.77º32.78%47.25%-
HSV(B)101.77º49.38%62.75%-
XYZ19.8828.7412.28-
YUV134.5597.78106.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 160 (62.89% from 255) = 46.24%
BLUE value IS 81 (32.03% from 255) = 23.41%
R=30.35%
G=46.24%
B=23.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160810.3400.490.37101.7732.7847.25
Hex69A051220312566212f
Octal15124012142061451464157
Binary110100110100000101000110001001100011001011100110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69a051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,160,81); }

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

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

 a { background-color: rgb(105,160,81); }

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

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

 span { border-color: rgb(105,160,81); }

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