Shades of Apple #6BAF4A
Tints of Apple #6BAF4A
RGB
CMYK
RGB Variations
Color information
#6BAF4A (or 0x6BAF4A) is known color: Apple. HEX triplet: 6B, AF and 4A. RGB value is (107,175,74). Sum of RGB (Red+Green+Blue) = 107+175+74=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF4A is #9450B5. Grayscale: #8F8F8F. Windows color (decimal): -9719990 or 4894571. OLE color: 4894571.
HSL color Cylindrical-coordinate representation of color #6BAF4A: hue angle of 100.4º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BAF4A is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 74 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.31 |
| HSL | 100.4º | 0.41% | 0.49% | - |
| HSV(B) | 100.4º | 0.58% | 0.69% | - |
| XYZ | 22.63 | 34.28 | 11.9 | - |
| YUV | 143.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 74 | 0.39 | 0 | 0.58 | 0.31 | 100.4 | 0.41 | 0.49 |
| Hex | 6B | AF | 4A | 27 | 0 | 3A | 1F | 64 | 29 | 31 |
| Octal | 153 | 257 | 112 | 47 | 0 | 72 | 37 | 144 | 51 | 61 |
| Binary | 1101011 | 10101111 | 1001010 | 100111 | 0 | 111010 | 11111 | 1100100 | 101001 | 110001 |
Color Harmonies of #6BAF4A
Complementary color
Monochromatic Colors of #6BAF4A
Black with #6BAF4A
Text Example
Text Example
White with #6BAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF4A; }
p { color: rgb(107,175,74); }
H1.HeaderClassName
{
color: #6BAF4A;
}
.AnyTagClassName
{
color: #6BAF4A;
}
</style>
background-color css
<style>
a { background-color: #6BAF4A; }
a { background-color: rgb(107,175,74); }
div.DivClassName
{
background-color: #6BAF4A;
}
.BgClassName
{
background-color: #6BAF4A;
}
</style>
border-color css
<style>
span { border-color: #6BAF4A; }
span { border-color: rgb(107,175,74); }
td.TdClassName
{
border-color: #6BAF4A;
}
.TagClassName
{
border-color: #6BAF4A;
}
</style>