Shades of Apple #74B23C
Tints of Apple #74B23C
RGB
CMYK
RGB Variations
Color information
#74B23C (or 0x74B23C) is known color: Apple. HEX triplet: 74, B2 and 3C. RGB value is (116,178,60). Sum of RGB (Red+Green+Blue) = 116+178+60=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #74B23C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B23C is #8B4DC3. Grayscale: #929292. Windows color (decimal): -9129412 or 3977844. OLE color: 3977844.
HSL color Cylindrical-coordinate representation of color #74B23C: hue angle of 91.53º degrees, saturation: 0.5, 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 #74B23C is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 178 | 60 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.30 |
| HSL | 91.53º | 0.5% | 0.47% | - |
| HSV(B) | 91.53º | 0.66% | 0.7% | - |
| XYZ | 23.94 | 35.88 | 9.94 | - |
| YUV | 146.01 | 79.46 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 60 | 0.35 | 0 | 0.66 | 0.30 | 91.53 | 0.5 | 0.47 |
| Hex | 74 | B2 | 3C | 23 | 0 | 42 | 1E | 5C | 32 | 2F |
| Octal | 164 | 262 | 74 | 43 | 0 | 102 | 36 | 134 | 62 | 57 |
| Binary | 1110100 | 10110010 | 111100 | 100011 | 0 | 1000010 | 11110 | 1011100 | 110010 | 101111 |
Color Harmonies of #74B23C
Complementary color
Monochromatic Colors of #74B23C
Black with #74B23C
Text Example
Text Example
White with #74B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B23C; }
p { color: rgb(116,178,60); }
H1.HeaderClassName
{
color: #74B23C;
}
.AnyTagClassName
{
color: #74B23C;
}
</style>
background-color css
<style>
a { background-color: #74B23C; }
a { background-color: rgb(116,178,60); }
div.DivClassName
{
background-color: #74B23C;
}
.BgClassName
{
background-color: #74B23C;
}
</style>
border-color css
<style>
span { border-color: #74B23C; }
span { border-color: rgb(116,178,60); }
td.TdClassName
{
border-color: #74B23C;
}
.TagClassName
{
border-color: #74B23C;
}
</style>