Shades of Ocean Green #42AA69
Tints of Ocean Green #42AA69
RGB
CMYK
RGB Variations
Color information
#42AA69 (or 0x42AA69) is known color: Ocean Green. HEX triplet: 42, AA and 69. RGB value is (66,170,105). Sum of RGB (Red+Green+Blue) = 66+170+105=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA69 is #BD5596. Grayscale: #838383. Windows color (decimal): -12408215 or 6924866. OLE color: 6924866.
HSL color Cylindrical-coordinate representation of color #42AA69: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AA69 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 105 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.33 |
| HSL | 142.5º | 0.44% | 0.46% | - |
| HSV(B) | 142.5º | 0.61% | 0.67% | - |
| XYZ | 19.17 | 30.93 | 18.32 | - |
| YUV | 131.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 105 | 0.61 | 0 | 0.38 | 0.33 | 142.5 | 0.44 | 0.46 |
| Hex | 42 | AA | 69 | 3D | 0 | 26 | 21 | 8E | 2C | 2E |
| Octal | 102 | 252 | 151 | 75 | 0 | 46 | 41 | 216 | 54 | 56 |
| Binary | 1000010 | 10101010 | 1101001 | 111101 | 0 | 100110 | 100001 | 10001110 | 101100 | 101110 |
Color Harmonies of #42AA69
Complementary color
Monochromatic Colors of #42AA69
Black with #42AA69
Text Example
Text Example
White with #42AA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA69; }
p { color: rgb(66,170,105); }
H1.HeaderClassName
{
color: #42AA69;
}
.AnyTagClassName
{
color: #42AA69;
}
</style>
background-color css
<style>
a { background-color: #42AA69; }
a { background-color: rgb(66,170,105); }
div.DivClassName
{
background-color: #42AA69;
}
.BgClassName
{
background-color: #42AA69;
}
</style>
border-color css
<style>
span { border-color: #42AA69; }
span { border-color: rgb(66,170,105); }
td.TdClassName
{
border-color: #42AA69;
}
.TagClassName
{
border-color: #42AA69;
}
</style>