Shades of Green #065B0F
Tints of Green #065B0F
RGB
CMYK
RGB Variations
Color information
#065B0F (or 0x065B0F) is known color: Green. HEX triplet: 06, 5B and 0F. RGB value is (6,91,15). Sum of RGB (Red+Green+Blue) = 6+91+15=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #065B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065B0F is #F9A4F0. Grayscale: #393939. Windows color (decimal): -16360689 or 1006342. OLE color: 1006342.
HSL color Cylindrical-coordinate representation of color #065B0F: hue angle of 126.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B0F is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 15 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.64 |
| HSL | 126.35º | 0.88% | 0.19% | - |
| HSV(B) | 126.35º | 0.93% | 0.36% | - |
| XYZ | 3.9 | 7.56 | 1.7 | - |
| YUV | 56.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 15 | 0.93 | 0 | 0.84 | 0.64 | 126.35 | 0.88 | 0.19 |
| Hex | 6 | 5B | F | 5D | 0 | 54 | 40 | 7E | 58 | 13 |
| Octal | 6 | 133 | 17 | 135 | 0 | 124 | 100 | 176 | 130 | 23 |
| Binary | 110 | 1011011 | 1111 | 1011101 | 0 | 1010100 | 1000000 | 1111110 | 1011000 | 10011 |
Color Harmonies of #065B0F
Complementary color
Monochromatic Colors of #065B0F
Black with #065B0F
Text Example
Text Example
White with #065B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B0F; }
p { color: rgb(6,91,15); }
H1.HeaderClassName
{
color: #065B0F;
}
.AnyTagClassName
{
color: #065B0F;
}
</style>
background-color css
<style>
a { background-color: #065B0F; }
a { background-color: rgb(6,91,15); }
div.DivClassName
{
background-color: #065B0F;
}
.BgClassName
{
background-color: #065B0F;
}
</style>
border-color css
<style>
span { border-color: #065B0F; }
span { border-color: rgb(6,91,15); }
td.TdClassName
{
border-color: #065B0F;
}
.TagClassName
{
border-color: #065B0F;
}
</style>