Shades of Oxley #6BB07D
Tints of Oxley #6BB07D
RGB
CMYK
RGB Variations
Color information
#6BB07D (or 0x6BB07D) is known color: Oxley. HEX triplet: 6B, B0 and 7D. RGB value is (107,176,125). Sum of RGB (Red+Green+Blue) = 107+176+125=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB07D is #944F82. Grayscale: #959595. Windows color (decimal): -9719683 or 8237163. OLE color: 8237163.
HSL color Cylindrical-coordinate representation of color #6BB07D: hue angle of 135.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB07D is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 176 | 125 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.31 |
| HSL | 135.65º | 0.3% | 0.55% | - |
| HSV(B) | 135.65º | 0.39% | 0.69% | - |
| XYZ | 25.29 | 35.66 | 24.95 | - |
| YUV | 149.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 125 | 0.39 | 0 | 0.29 | 0.31 | 135.65 | 0.3 | 0.55 |
| Hex | 6B | B0 | 7D | 27 | 0 | 1D | 1F | 88 | 1E | 37 |
| Octal | 153 | 260 | 175 | 47 | 0 | 35 | 37 | 210 | 36 | 67 |
| Binary | 1101011 | 10110000 | 1111101 | 100111 | 0 | 11101 | 11111 | 10001000 | 11110 | 110111 |
Color Harmonies of #6BB07D
Complementary color
Monochromatic Colors of #6BB07D
Black with #6BB07D
Text Example
Text Example
White with #6BB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB07D; }
p { color: rgb(107,176,125); }
H1.HeaderClassName
{
color: #6BB07D;
}
.AnyTagClassName
{
color: #6BB07D;
}
</style>
background-color css
<style>
a { background-color: #6BB07D; }
a { background-color: rgb(107,176,125); }
div.DivClassName
{
background-color: #6BB07D;
}
.BgClassName
{
background-color: #6BB07D;
}
</style>
border-color css
<style>
span { border-color: #6BB07D; }
span { border-color: rgb(107,176,125); }
td.TdClassName
{
border-color: #6BB07D;
}
.TagClassName
{
border-color: #6BB07D;
}
</style>