Shades of Dark Spring Green #08753C
Tints of Dark Spring Green #08753C
RGB
CMYK
RGB Variations
Color information
#08753C (or 0x08753C) is known color: Dark Spring Green. HEX triplet: 08, 75 and 3C. RGB value is (8,117,60). Sum of RGB (Red+Green+Blue) = 8+117+60=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #08753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08753C is #F78AC3. Grayscale: #4E4E4E. Windows color (decimal): -16222916 or 3962120. OLE color: 3962120.
HSL color Cylindrical-coordinate representation of color #08753C: hue angle of 148.62º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08753C is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 60 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.54 |
| HSL | 148.62º | 0.87% | 0.25% | - |
| HSV(B) | 148.62º | 0.93% | 0.46% | - |
| XYZ | 7.28 | 13.1 | 6.42 | - |
| YUV | 77.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 60 | 0.93 | 0 | 0.49 | 0.54 | 148.62 | 0.87 | 0.25 |
| Hex | 8 | 75 | 3C | 5D | 0 | 31 | 36 | 95 | 57 | 19 |
| Octal | 10 | 165 | 74 | 135 | 0 | 61 | 66 | 225 | 127 | 31 |
| Binary | 1000 | 1110101 | 111100 | 1011101 | 0 | 110001 | 110110 | 10010101 | 1010111 | 11001 |
Color Harmonies of #08753C
Complementary color
Monochromatic Colors of #08753C
Black with #08753C
Text Example
Text Example
White with #08753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08753C; }
p { color: rgb(8,117,60); }
H1.HeaderClassName
{
color: #08753C;
}
.AnyTagClassName
{
color: #08753C;
}
</style>
background-color css
<style>
a { background-color: #08753C; }
a { background-color: rgb(8,117,60); }
div.DivClassName
{
background-color: #08753C;
}
.BgClassName
{
background-color: #08753C;
}
</style>
border-color css
<style>
span { border-color: #08753C; }
span { border-color: rgb(8,117,60); }
td.TdClassName
{
border-color: #08753C;
}
.TagClassName
{
border-color: #08753C;
}
</style>