Html Css Color HEX #74AB3F Apple

📋 copy color: '#74AB3F'

red 116 ◦ green 171 ◦ blue 63

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

Shades of Apple #74AB3F

Tints of Apple #74AB3F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.86%

 BLUE value IS 63 (25% from 255) = 18%

R = 33.14%
G = 48.86%
B = 18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#74AB3F (or 0x74AB3F) is known color: Apple. HEX triplet: 74, AB and 3F. RGB value is (116,171,63). Sum of RGB (Red+Green+Blue) = 116+171+63=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB3F is #8B54C0. Grayscale: #8E8E8E. Windows color (decimal): -9131201 or 4172660. OLE color: 4172660.

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

Color convert

RGB 116 171 63 -
CMYK 0.32 0 0.63 0.33
HSL 90.56º 0.46% 0.46% -
HSV(B) 90.56º 0.63% 0.67% -
XYZ 22.66 33.2 9.92 -
YUV 142.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 116 171 63 0.32 0 0.63 0.33 90.56 0.46 0.46
Hex 74 AB 3F 20 0 3F 21 5B 2E 2E
Octal 164 253 77 40 0 77 41 133 56 56
Binary 1110100 10101011 111111 100000 0 111111 100001 1011011 101110 101110

Color Harmonies of #74AB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB3F

Black with #74AB3F

Text Example


Text Example

White with #74AB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,63); }

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

background-color css

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

 a { background-color: rgb(116,171,63); }

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

border-color css

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

 span { border-color: rgb(116,171,63); }

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