Shades of Green #065B0B
Tints of Green #065B0B
RGB
CMYK
RGB Variations
Color information
#065B0B (or 0x065B0B) is known color: Green. HEX triplet: 06, 5B and 0B. RGB value is (6,91,11). Sum of RGB (Red+Green+Blue) = 6+91+11=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 91 (35.94% from 255 or 84.26% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 91 - color contains mainly: green. Hex color #065B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065B0B is #F9A4F4. Grayscale: #383838. Windows color (decimal): -16360693 or 744198. OLE color: 744198.
HSL color Cylindrical-coordinate representation of color #065B0B: hue angle of 123.53º 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 #065B0B is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 11 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.64 |
| HSL | 123.53º | 0.88% | 0.19% | - |
| HSV(B) | 123.53º | 0.93% | 0.36% | - |
| XYZ | 3.88 | 7.55 | 1.57 | - |
| YUV | 56.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 11 | 0.93 | 0 | 0.88 | 0.64 | 123.53 | 0.88 | 0.19 |
| Hex | 6 | 5B | B | 5D | 0 | 58 | 40 | 7C | 58 | 13 |
| Octal | 6 | 133 | 13 | 135 | 0 | 130 | 100 | 174 | 130 | 23 |
| Binary | 110 | 1011011 | 1011 | 1011101 | 0 | 1011000 | 1000000 | 1111100 | 1011000 | 10011 |
Color Harmonies of #065B0B
Complementary color
Monochromatic Colors of #065B0B
Black with #065B0B
Text Example
Text Example
White with #065B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B0B; }
p { color: rgb(6,91,11); }
H1.HeaderClassName
{
color: #065B0B;
}
.AnyTagClassName
{
color: #065B0B;
}
</style>
background-color css
<style>
a { background-color: #065B0B; }
a { background-color: rgb(6,91,11); }
div.DivClassName
{
background-color: #065B0B;
}
.BgClassName
{
background-color: #065B0B;
}
</style>
border-color css
<style>
span { border-color: #065B0B; }
span { border-color: rgb(6,91,11); }
td.TdClassName
{
border-color: #065B0B;
}
.TagClassName
{
border-color: #065B0B;
}
</style>