Html Css Color HEX #74B049 Apple

📋 copy color: '#74B049'

red 116 ◦ green 176 ◦ blue 73

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

Shades of Apple #74B049

Tints of Apple #74B049

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.22%

 BLUE value IS 73 (28.91% from 255) = 20%

R = 31.78%
G = 48.22%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#74B049 (or 0x74B049) is known color: Apple. HEX triplet: 74, B0 and 49. RGB value is (116,176,73). Sum of RGB (Red+Green+Blue) = 116+176+73=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #74B049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B049 is #8B4FB6. Grayscale: #929292. Windows color (decimal): -9129911 or 4829300. OLE color: 4829300.

HSL color Cylindrical-coordinate representation of color #74B049: hue angle of 94.95º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74B049 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 176 73 -
CMYK 0.34 0 0.59 0.31
HSL 94.95º 0.41% 0.49% -
HSV(B) 94.95º 0.59% 0.69% -
XYZ 23.93 35.24 11.84 -
YUV 146.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 116 176 73 0.34 0 0.59 0.31 94.95 0.41 0.49
Hex 74 B0 49 22 0 3B 1F 5F 29 31
Octal 164 260 111 42 0 73 37 137 51 61
Binary 1110100 10110000 1001001 100010 0 111011 11111 1011111 101001 110001

Color Harmonies of #74B049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B049

Black with #74B049

Text Example


Text Example

White with #74B049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,73); }

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

background-color css

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

 a { background-color: rgb(116,176,73); }

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

border-color css

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

 span { border-color: rgb(116,176,73); }

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