Shades of Green #065C0B
Tints of Green #065C0B
RGB
CMYK
RGB Variations
Color information
#065C0B (or 0x065C0B) is known color: Green. HEX triplet: 06, 5C and 0B. RGB value is (6,92,11). Sum of RGB (Red+Green+Blue) = 6+92+11=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 92 (36.33% from 255 or 84.40% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 92 - color contains mainly: green. Hex color #065C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C0B is #F9A3F4. Grayscale: #393939. Windows color (decimal): -16360437 or 744454. OLE color: 744454.
HSL color Cylindrical-coordinate representation of color #065C0B: hue angle of 123.49º 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 #065C0B is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 92 | 11 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.64 |
| HSL | 123.49º | 0.88% | 0.19% | - |
| HSV(B) | 123.49º | 0.93% | 0.36% | - |
| XYZ | 3.96 | 7.72 | 1.6 | - |
| YUV | 57.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 11 | 0.93 | 0 | 0.88 | 0.64 | 123.49 | 0.88 | 0.19 |
| Hex | 6 | 5C | B | 5D | 0 | 58 | 40 | 7B | 58 | 13 |
| Octal | 6 | 134 | 13 | 135 | 0 | 130 | 100 | 173 | 130 | 23 |
| Binary | 110 | 1011100 | 1011 | 1011101 | 0 | 1011000 | 1000000 | 1111011 | 1011000 | 10011 |
Color Harmonies of #065C0B
Complementary color
Monochromatic Colors of #065C0B
Black with #065C0B
Text Example
Text Example
White with #065C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065C0B; }
p { color: rgb(6,92,11); }
H1.HeaderClassName
{
color: #065C0B;
}
.AnyTagClassName
{
color: #065C0B;
}
</style>
background-color css
<style>
a { background-color: #065C0B; }
a { background-color: rgb(6,92,11); }
div.DivClassName
{
background-color: #065C0B;
}
.BgClassName
{
background-color: #065C0B;
}
</style>
border-color css
<style>
span { border-color: #065C0B; }
span { border-color: rgb(6,92,11); }
td.TdClassName
{
border-color: #065C0B;
}
.TagClassName
{
border-color: #065C0B;
}
</style>