#6BA95F

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

Shades of Apple #6BA95F

Tints of Apple #6BA95F

Color information

#6BA95F (or 0x6BA95F) is unknown color: approx Apple. HEX triplet: 6B, A9 and 5F. RGB value is (107,169,95). Sum of RGB (Red+Green+Blue) = 107+169+95=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA95F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA95F is #9456A0. Grayscale: #8E8E8E. Windows color (decimal): -9721505 or 6269291. OLE color: 6269291.

HSL color Cylindrical-coordinate representation of color #6BA95F: hue angle of 110.27º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BA95F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB10716995-
CMYK0.3700.440.34
HSL110.27º30.08%51.76%-
HSV(B)110.27º43.79%66.27%-
XYZ22.3232.3315.89-
YUV142.03101.46103.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.84%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=28.84%
G=45.55%
B=25.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal107169950.3700.440.34110.2730.0851.76
Hex6BA95F2502C226e1e34
Octal15325113745054421563664
Binary11010111010100110111111001010101100100010110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,169,95); }

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

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

 a { background-color: rgb(107,169,95); }

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

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

 span { border-color: rgb(107,169,95); }

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