Html Css Color HEX #74B056 Apple

📋 copy color: '#74B056'

red 116 ◦ green 176 ◦ blue 86

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

Shades of Apple #74B056

Tints of Apple #74B056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.75%

R = 30.69%
G = 46.56%
B = 22.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#74B056 (or 0x74B056) is known color: Apple. HEX triplet: 74, B0 and 56. RGB value is (116,176,86). Sum of RGB (Red+Green+Blue) = 116+176+86=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #74B056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B056 is #8B4FA9. Grayscale: #949494. Windows color (decimal): -9129898 or 5681268. OLE color: 5681268.

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

Color convert

RGB 116 176 86 -
CMYK 0.34 0 0.51 0.31
HSL 100º 0.36% 0.51% -
HSV(B) 100º 0.51% 0.69% -
XYZ 24.41 35.44 14.36 -
YUV 147.8 93.12 105.32 -
System Red Green Blue C M Y K H S L
Decimal 116 176 86 0.34 0 0.51 0.31 100 0.36 0.51
Hex 74 B0 56 22 0 33 1F 64 24 33
Octal 164 260 126 42 0 63 37 144 44 63
Binary 1110100 10110000 1010110 100010 0 110011 11111 1100100 100100 110011

Color Harmonies of #74B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B056

Black with #74B056

Text Example


Text Example

White with #74B056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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