Shades of Apple #6BAF4B
Tints of Apple #6BAF4B
RGB
CMYK
RGB Variations
Color information
#6BAF4B (or 0x6BAF4B) is known color: Apple. HEX triplet: 6B, AF and 4B. RGB value is (107,175,75). Sum of RGB (Red+Green+Blue) = 107+175+75=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF4B is #9450B4. Grayscale: #8F8F8F. Windows color (decimal): -9719989 or 4960107. OLE color: 4960107.
HSL color Cylindrical-coordinate representation of color #6BAF4B: hue angle of 100.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BAF4B is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 75 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.31 |
| HSL | 100.8º | 0.4% | 0.49% | - |
| HSV(B) | 100.8º | 0.57% | 0.69% | - |
| XYZ | 22.66 | 34.29 | 12.08 | - |
| YUV | 143.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 75 | 0.39 | 0 | 0.57 | 0.31 | 100.8 | 0.4 | 0.49 |
| Hex | 6B | AF | 4B | 27 | 0 | 39 | 1F | 65 | 28 | 31 |
| Octal | 153 | 257 | 113 | 47 | 0 | 71 | 37 | 145 | 50 | 61 |
| Binary | 1101011 | 10101111 | 1001011 | 100111 | 0 | 111001 | 11111 | 1100101 | 101000 | 110001 |
Color Harmonies of #6BAF4B
Complementary color
Monochromatic Colors of #6BAF4B
Black with #6BAF4B
Text Example
Text Example
White with #6BAF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF4B; }
p { color: rgb(107,175,75); }
H1.HeaderClassName
{
color: #6BAF4B;
}
.AnyTagClassName
{
color: #6BAF4B;
}
</style>
background-color css
<style>
a { background-color: #6BAF4B; }
a { background-color: rgb(107,175,75); }
div.DivClassName
{
background-color: #6BAF4B;
}
.BgClassName
{
background-color: #6BAF4B;
}
</style>
border-color css
<style>
span { border-color: #6BAF4B; }
span { border-color: rgb(107,175,75); }
td.TdClassName
{
border-color: #6BAF4B;
}
.TagClassName
{
border-color: #6BAF4B;
}
</style>