Shades of Green #065D07
Tints of Green #065D07
RGB
CMYK
RGB Variations
Color information
#065D07 (or 0x065D07) is known color: Green. HEX triplet: 06, 5D and 07. RGB value is (6,93,7). Sum of RGB (Red+Green+Blue) = 6+93+7=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 93 (36.72% from 255 or 87.74% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 93 - color contains mainly: green. Hex color #065D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065D07 is #F9A2F8. Grayscale: #393939. Windows color (decimal): -16360185 or 482566. OLE color: 482566.
HSL color Cylindrical-coordinate representation of color #065D07: hue angle of 120.69º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D07 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 93 | 7 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.64 |
| HSL | 120.69º | 0.88% | 0.19% | - |
| HSV(B) | 120.69º | 0.94% | 0.36% | - |
| XYZ | 4.03 | 7.88 | 1.51 | - |
| YUV | 57.18 | 99.68 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 7 | 0.94 | 0 | 0.92 | 0.64 | 120.69 | 0.88 | 0.19 |
| Hex | 6 | 5D | 7 | 5E | 0 | 5C | 40 | 79 | 58 | 13 |
| Octal | 6 | 135 | 7 | 136 | 0 | 134 | 100 | 171 | 130 | 23 |
| Binary | 110 | 1011101 | 111 | 1011110 | 0 | 1011100 | 1000000 | 1111001 | 1011000 | 10011 |
Color Harmonies of #065D07
Complementary color
Monochromatic Colors of #065D07
Black with #065D07
Text Example
Text Example
White with #065D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D07; }
p { color: rgb(6,93,7); }
H1.HeaderClassName
{
color: #065D07;
}
.AnyTagClassName
{
color: #065D07;
}
</style>
background-color css
<style>
a { background-color: #065D07; }
a { background-color: rgb(6,93,7); }
div.DivClassName
{
background-color: #065D07;
}
.BgClassName
{
background-color: #065D07;
}
</style>
border-color css
<style>
span { border-color: #065D07; }
span { border-color: rgb(6,93,7); }
td.TdClassName
{
border-color: #065D07;
}
.TagClassName
{
border-color: #065D07;
}
</style>