Html Css Color HEX #74B747 Apple

📋 copy color: '#74B747'

red 116 ◦ green 183 ◦ blue 71

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

Shades of Apple #74B747

Tints of Apple #74B747

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.46%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 31.35%
G = 49.46%
B = 19.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#74B747 (or 0x74B747) is known color: Apple. HEX triplet: 74, B7 and 47. RGB value is (116,183,71). Sum of RGB (Red+Green+Blue) = 116+183+71=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #74B747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B747 is #8B48B8. Grayscale: #969696. Windows color (decimal): -9128121 or 4700020. OLE color: 4700020.

HSL color Cylindrical-coordinate representation of color #74B747: hue angle of 95.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74B747 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 71 -
CMYK 0.37 0 0.61 0.28
HSL 95.89º 0.44% 0.5% -
HSV(B) 95.89º 0.61% 0.72% -
XYZ 25.27 38.03 11.97 -
YUV 150.2 83.3 103.61 -
System Red Green Blue C M Y K H S L
Decimal 116 183 71 0.37 0 0.61 0.28 95.89 0.44 0.5
Hex 74 B7 47 25 0 3D 1C 60 2C 32
Octal 164 267 107 45 0 75 34 140 54 62
Binary 1110100 10110111 1000111 100101 0 111101 11100 1100000 101100 110010

Color Harmonies of #74B747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B747

Black with #74B747

Text Example


Text Example

White with #74B747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,183,71); }

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

background-color css

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

 a { background-color: rgb(116,183,71); }

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

border-color css

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

 span { border-color: rgb(116,183,71); }

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