Html Css Color HEX #74AC3F Apple

📋 copy color: '#74AC3F'

red 116 ◦ green 172 ◦ blue 63

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

Shades of Apple #74AC3F

Tints of Apple #74AC3F

RGB

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

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

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

R = 33.05%
G = 49%
B = 17.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#74AC3F (or 0x74AC3F) is known color: Apple. HEX triplet: 74, AC and 3F. RGB value is (116,172,63). Sum of RGB (Red+Green+Blue) = 116+172+63=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC3F is #8B53C0. Grayscale: #8F8F8F. Windows color (decimal): -9130945 or 4172916. OLE color: 4172916.

HSL color Cylindrical-coordinate representation of color #74AC3F: hue angle of 90.83º 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 #74AC3F is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 63 -
CMYK 0.33 0 0.63 0.33
HSL 90.83º 0.46% 0.46% -
HSV(B) 90.83º 0.63% 0.67% -
XYZ 22.85 33.58 9.98 -
YUV 142.83 82.95 108.86 -
System Red Green Blue C M Y K H S L
Decimal 116 172 63 0.33 0 0.63 0.33 90.83 0.46 0.46
Hex 74 AC 3F 21 0 3F 21 5B 2E 2E
Octal 164 254 77 41 0 77 41 133 56 56
Binary 1110100 10101100 111111 100001 0 111111 100001 1011011 101110 101110

Color Harmonies of #74AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC3F

Black with #74AC3F

Text Example


Text Example

White with #74AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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