Html Css Color HEX #74B750 Apple

📋 copy color: '#74B750'

red 116 ◦ green 183 ◦ blue 80

#74B750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #74B750

Tints of Apple #74B750

RGB

 RED value IS 116 (45.7% from 255) = 30.61%

 GREEN value IS 183 (71.88% from 255) = 48.28%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 30.61%
G = 48.28%
B = 21.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74B750 (or 0x74B750) is known color: Apple. HEX triplet: 74, B7 and 50. RGB value is (116,183,80). Sum of RGB (Red+Green+Blue) = 116+183+80=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #74B750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B750 is #8B48AF. Grayscale: #979797. Windows color (decimal): -9128112 or 5289844. OLE color: 5289844.

HSL color Cylindrical-coordinate representation of color #74B750: hue angle of 99.03º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74B750 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 80 -
CMYK 0.37 0 0.56 0.28
HSL 99.03º 0.42% 0.52% -
HSV(B) 99.03º 0.56% 0.72% -
XYZ 25.58 38.16 13.61 -
YUV 151.23 87.8 102.88 -
System Red Green Blue C M Y K H S L
Decimal 116 183 80 0.37 0 0.56 0.28 99.03 0.42 0.52
Hex 74 B7 50 25 0 38 1C 63 2A 34
Octal 164 267 120 45 0 70 34 143 52 64
Binary 1110100 10110111 1010000 100101 0 111000 11100 1100011 101010 110100

Color Harmonies of #74B750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B750

Black with #74B750

Text Example


Text Example

White with #74B750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B750; }

 p { color: rgb(116,183,80); }

 H1.HeaderClassName
 {
   color: #74B750;
 }
 .AnyTagClassName
 {
   color: #74B750;
 }
</style>

background-color css

<style>
 a { background-color: #74B750; }

 a { background-color: rgb(116,183,80); }

 div.DivClassName
 {
   background-color: #74B750;
 }
 .BgClassName
 {
   background-color: #74B750;
 }
</style>

border-color css

<style>
 span { border-color: #74B750; }

 span { border-color: rgb(116,183,80); }

 td.TdClassName
 {
   border-color: #74B750;
 }
 .TagClassName
 {
   border-color: #74B750;
 }
</style>