#6AAD4B

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

Shades of Apple #6AAD4B

Tints of Apple #6AAD4B

Color information

#6AAD4B (or 0x6AAD4B) is unknown color: approx Apple. HEX triplet: 6A, AD and 4B. RGB value is (106,173,75). Sum of RGB (Red+Green+Blue) = 106+173+75=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD4B is #9552B4. Grayscale: #8E8E8E. Windows color (decimal): -9786037 or 4959594. OLE color: 4959594.

HSL color Cylindrical-coordinate representation of color #6AAD4B: hue angle of 101.02º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AAD4B is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB10617375-
CMYK0.3900.570.32
HSL101.02º39.52%48.63%-
HSV(B)101.02º56.65%67.84%-
XYZ22.1633.4611.95-
YUV141.7990.3102.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.94%
GREEN value IS 173 (67.97% from 255) = 48.87%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=29.94%
G=48.87%
B=21.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106173750.3900.570.32101.0239.5248.63
Hex6AAD4B2703920652831
Octal15225511347071401455061
Binary110101010101101100101110011101110011000001100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AAD4B; }

 p { color: rgb(106,173,75); }

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

<style>
 a { background-color: #6AAD4B; }

 a { background-color: rgb(106,173,75); }

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

<style>
 span { border-color: #6AAD4B; }

 span { border-color: rgb(106,173,75); }

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