Shades of Ocean Green #4BAB68
Tints of Ocean Green #4BAB68
RGB
CMYK
RGB Variations
Color information
#4BAB68 (or 0x4BAB68) is known color: Ocean Green. HEX triplet: 4B, AB and 68. RGB value is (75,171,104). Sum of RGB (Red+Green+Blue) = 75+171+104=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAB68 is #B45497. Grayscale: #868686. Windows color (decimal): -11818136 or 6859595. OLE color: 6859595.
HSL color Cylindrical-coordinate representation of color #4BAB68: hue angle of 138.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAB68 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 171 | 104 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.33 |
| HSL | 138.13º | 0.39% | 0.48% | - |
| HSV(B) | 138.13º | 0.56% | 0.67% | - |
| XYZ | 19.96 | 31.62 | 18.15 | - |
| YUV | 134.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 104 | 0.56 | 0 | 0.39 | 0.33 | 138.13 | 0.39 | 0.48 |
| Hex | 4B | AB | 68 | 38 | 0 | 27 | 21 | 8A | 27 | 30 |
| Octal | 113 | 253 | 150 | 70 | 0 | 47 | 41 | 212 | 47 | 60 |
| Binary | 1001011 | 10101011 | 1101000 | 111000 | 0 | 100111 | 100001 | 10001010 | 100111 | 110000 |
Color Harmonies of #4BAB68
Complementary color
Monochromatic Colors of #4BAB68
Black with #4BAB68
Text Example
Text Example
White with #4BAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAB68; }
p { color: rgb(75,171,104); }
H1.HeaderClassName
{
color: #4BAB68;
}
.AnyTagClassName
{
color: #4BAB68;
}
</style>
background-color css
<style>
a { background-color: #4BAB68; }
a { background-color: rgb(75,171,104); }
div.DivClassName
{
background-color: #4BAB68;
}
.BgClassName
{
background-color: #4BAB68;
}
</style>
border-color css
<style>
span { border-color: #4BAB68; }
span { border-color: rgb(75,171,104); }
td.TdClassName
{
border-color: #4BAB68;
}
.TagClassName
{
border-color: #4BAB68;
}
</style>