#6BAD4F

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

Shades of Apple #6BAD4F

Tints of Apple #6BAD4F

Color information

#6BAD4F (or 0x6BAD4F) is unknown color: approx Apple. HEX triplet: 6B, AD and 4F. RGB value is (107,173,79). Sum of RGB (Red+Green+Blue) = 107+173+79=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD4F is #9452B0. Grayscale: #8E8E8E. Windows color (decimal): -9720497 or 5221739. OLE color: 5221739.

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

Color convert

RGB10717379-
CMYK0.3800.540.32
HSL102.13º37.3%49.41%-
HSV(B)102.13º54.34%67.84%-
XYZ22.4233.5812.7-
YUV142.5592.13102.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.81%
GREEN value IS 173 (67.97% from 255) = 48.19%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=29.81%
G=48.19%
B=22.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107173790.3800.540.32102.1337.349.41
Hex6BAD4F2603620662531
Octal15325511746066401464561
Binary110101110101101100111110011001101101000001100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,173,79); }

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

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

 a { background-color: rgb(107,173,79); }

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

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

 span { border-color: rgb(107,173,79); }

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