Html Css Color HEX #74AA44 Apple

📋 copy color: '#74AA44'

red 116 ◦ green 170 ◦ blue 68

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

Shades of Apple #74AA44

Tints of Apple #74AA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.02%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 32.77%
G = 48.02%
B = 19.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#74AA44 (or 0x74AA44) is known color: Apple. HEX triplet: 74, AA and 44. RGB value is (116,170,68). Sum of RGB (Red+Green+Blue) = 116+170+68=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA44 is #8B55BB. Grayscale: #8E8E8E. Windows color (decimal): -9131452 or 4500084. OLE color: 4500084.

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

Color convert

RGB 116 170 68 -
CMYK 0.32 0 0.6 0.33
HSL 91.76º 0.43% 0.47% -
HSV(B) 91.76º 0.6% 0.67% -
XYZ 22.62 32.88 10.62 -
YUV 142.23 86.11 109.29 -
System Red Green Blue C M Y K H S L
Decimal 116 170 68 0.32 0 0.6 0.33 91.76 0.43 0.47
Hex 74 AA 44 20 0 3C 21 5C 2B 2F
Octal 164 252 104 40 0 74 41 134 53 57
Binary 1110100 10101010 1000100 100000 0 111100 100001 1011100 101011 101111

Color Harmonies of #74AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA44

Black with #74AA44

Text Example


Text Example

White with #74AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,68); }

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

background-color css

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

 a { background-color: rgb(116,170,68); }

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

border-color css

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

 span { border-color: rgb(116,170,68); }

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