Html Css Color HEX #74AC42 Apple

📋 copy color: '#74AC42'

red 116 ◦ green 172 ◦ blue 66

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

Shades of Apple #74AC42

Tints of Apple #74AC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.64%

R = 32.77%
G = 48.59%
B = 18.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#74AC42 (or 0x74AC42) is known color: Apple. HEX triplet: 74, AC and 42. RGB value is (116,172,66). Sum of RGB (Red+Green+Blue) = 116+172+66=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC42 is #8B53BD. Grayscale: #8F8F8F. Windows color (decimal): -9130942 or 4369524. OLE color: 4369524.

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

Color convert

RGB 116 172 66 -
CMYK 0.33 0 0.62 0.33
HSL 91.7º 0.45% 0.47% -
HSV(B) 91.7º 0.62% 0.67% -
XYZ 22.94 33.61 10.43 -
YUV 143.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 116 172 66 0.33 0 0.62 0.33 91.7 0.45 0.47
Hex 74 AC 42 21 0 3E 21 5C 2D 2F
Octal 164 254 102 41 0 76 41 134 55 57
Binary 1110100 10101100 1000010 100001 0 111110 100001 1011100 101101 101111

Color Harmonies of #74AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC42

Black with #74AC42

Text Example


Text Example

White with #74AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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