#6BA540

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

Shades of Apple #6BA540

Tints of Apple #6BA540

Color information

#6BA540 (or 0x6BA540) is unknown color: approx Apple. HEX triplet: 6B, A5 and 40. RGB value is (107,165,64). Sum of RGB (Red+Green+Blue) = 107+165+64=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA540 is #945ABF. Grayscale: #888888. Windows color (decimal): -9722560 or 4236651. OLE color: 4236651.

HSL color Cylindrical-coordinate representation of color #6BA540: hue angle of 94.46º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BA540 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB10716564-
CMYK0.3500.610.35
HSL94.46º44.1%44.9%-
HSV(B)94.46º61.21%64.71%-
XYZ20.4430.419.64-
YUV136.1487.28107.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 165 (64.84% from 255) = 49.11%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=31.85%
G=49.11%
B=19.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107165640.3500.610.3594.4644.144.9
Hex6BA5402303D235e2c2d
Octal15324510043075431365455
Binary110101110100101100000010001101111011000111011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,165,64); }

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

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

 a { background-color: rgb(107,165,64); }

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

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

 span { border-color: rgb(107,165,64); }

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