Html Css Color HEX #74AC46 Apple

📋 copy color: '#74AC46'

red 116 ◦ green 172 ◦ blue 70

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

Shades of Apple #74AC46

Tints of Apple #74AC46

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.04%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 32.4%
G = 48.04%
B = 19.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#74AC46 (or 0x74AC46) is known color: Apple. HEX triplet: 74, AC and 46. RGB value is (116,172,70). Sum of RGB (Red+Green+Blue) = 116+172+70=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC46 is #8B53B9. Grayscale: #8F8F8F. Windows color (decimal): -9130938 or 4631668. OLE color: 4631668.

HSL color Cylindrical-coordinate representation of color #74AC46: hue angle of 92.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74AC46 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 70 -
CMYK 0.33 0 0.59 0.33
HSL 92.94º 0.42% 0.47% -
HSV(B) 92.94º 0.59% 0.67% -
XYZ 23.06 33.66 11.08 -
YUV 143.63 86.45 108.29 -
System Red Green Blue C M Y K H S L
Decimal 116 172 70 0.33 0 0.59 0.33 92.94 0.42 0.47
Hex 74 AC 46 21 0 3B 21 5D 2A 2F
Octal 164 254 106 41 0 73 41 135 52 57
Binary 1110100 10101100 1000110 100001 0 111011 100001 1011101 101010 101111

Color Harmonies of #74AC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC46

Black with #74AC46

Text Example


Text Example

White with #74AC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,70); }

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

background-color css

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

 a { background-color: rgb(116,172,70); }

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

border-color css

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

 span { border-color: rgb(116,172,70); }

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