Shades of Apple #75B23D
Tints of Apple #75B23D
RGB
CMYK
RGB Variations
Color information
#75B23D (or 0x75B23D) is known color: Apple. HEX triplet: 75, B2 and 3D. RGB value is (117,178,61). Sum of RGB (Red+Green+Blue) = 117+178+61=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #75B23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B23D is #8A4DC2. Grayscale: #929292. Windows color (decimal): -9063875 or 4043381. OLE color: 4043381.
HSL color Cylindrical-coordinate representation of color #75B23D: hue angle of 91.28º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75B23D is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 61 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.30 |
| HSL | 91.28º | 0.49% | 0.47% | - |
| HSV(B) | 91.28º | 0.66% | 0.7% | - |
| XYZ | 24.1 | 35.96 | 10.09 | - |
| YUV | 146.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 61 | 0.34 | 0 | 0.66 | 0.30 | 91.28 | 0.49 | 0.47 |
| Hex | 75 | B2 | 3D | 22 | 0 | 42 | 1E | 5B | 31 | 2F |
| Octal | 165 | 262 | 75 | 42 | 0 | 102 | 36 | 133 | 61 | 57 |
| Binary | 1110101 | 10110010 | 111101 | 100010 | 0 | 1000010 | 11110 | 1011011 | 110001 | 101111 |
Color Harmonies of #75B23D
Complementary color
Monochromatic Colors of #75B23D
Black with #75B23D
Text Example
Text Example
White with #75B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B23D; }
p { color: rgb(117,178,61); }
H1.HeaderClassName
{
color: #75B23D;
}
.AnyTagClassName
{
color: #75B23D;
}
</style>
background-color css
<style>
a { background-color: #75B23D; }
a { background-color: rgb(117,178,61); }
div.DivClassName
{
background-color: #75B23D;
}
.BgClassName
{
background-color: #75B23D;
}
</style>
border-color css
<style>
span { border-color: #75B23D; }
span { border-color: rgb(117,178,61); }
td.TdClassName
{
border-color: #75B23D;
}
.TagClassName
{
border-color: #75B23D;
}
</style>