Shades of Half Baked #61918F
Tints of Half Baked #61918F
RGB
CMYK
RGB Variations
Color information
#61918F (or 0x61918F) is known color: Half Baked. HEX triplet: 61, 91 and 8F. RGB value is (97,145,143). Sum of RGB (Red+Green+Blue) = 97+145+143=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #61918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61918F is #9E6E70. Grayscale: #828282. Windows color (decimal): -10382961 or 9408865. OLE color: 9408865.
HSL color Cylindrical-coordinate representation of color #61918F: hue angle of 177.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61918F is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 143 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.43 |
| HSL | 177.5º | 0.2% | 0.47% | - |
| HSV(B) | 177.5º | 0.33% | 0.57% | - |
| XYZ | 20.01 | 24.78 | 29.71 | - |
| YUV | 130.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 143 | 0.33 | 0 | 0.01 | 0.43 | 177.5 | 0.2 | 0.47 |
| Hex | 61 | 91 | 8F | 21 | 0 | 1 | 2B | B2 | 14 | 2F |
| Octal | 141 | 221 | 217 | 41 | 0 | 1 | 53 | 262 | 24 | 57 |
| Binary | 1100001 | 10010001 | 10001111 | 100001 | 0 | 1 | 101011 | 10110010 | 10100 | 101111 |
Color Harmonies of #61918F
Complementary color
Monochromatic Colors of #61918F
Black with #61918F
Text Example
Text Example
White with #61918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61918F; }
p { color: rgb(97,145,143); }
H1.HeaderClassName
{
color: #61918F;
}
.AnyTagClassName
{
color: #61918F;
}
</style>
background-color css
<style>
a { background-color: #61918F; }
a { background-color: rgb(97,145,143); }
div.DivClassName
{
background-color: #61918F;
}
.BgClassName
{
background-color: #61918F;
}
</style>
border-color css
<style>
span { border-color: #61918F; }
span { border-color: rgb(97,145,143); }
td.TdClassName
{
border-color: #61918F;
}
.TagClassName
{
border-color: #61918F;
}
</style>