Html Css Color HEX #74AA41 Apple

📋 copy color: '#74AA41'

red 116 ◦ green 170 ◦ blue 65

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

Shades of Apple #74AA41

Tints of Apple #74AA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 33.05%
G = 48.43%
B = 18.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#74AA41 (or 0x74AA41) is known color: Apple. HEX triplet: 74, AA and 41. RGB value is (116,170,65). Sum of RGB (Red+Green+Blue) = 116+170+65=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA41 is #8B55BE. Grayscale: #8E8E8E. Windows color (decimal): -9131455 or 4303476. OLE color: 4303476.

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

Color convert

RGB 116 170 65 -
CMYK 0.32 0 0.62 0.33
HSL 90.86º 0.45% 0.46% -
HSV(B) 90.86º 0.62% 0.67% -
XYZ 22.53 32.84 10.15 -
YUV 141.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 116 170 65 0.32 0 0.62 0.33 90.86 0.45 0.46
Hex 74 AA 41 20 0 3E 21 5B 2D 2E
Octal 164 252 101 40 0 76 41 133 55 56
Binary 1110100 10101010 1000001 100000 0 111110 100001 1011011 101101 101110

Color Harmonies of #74AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA41

Black with #74AA41

Text Example


Text Example

White with #74AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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