Html Css Color HEX #74AB73 Fern

📋 copy color: '#74AB73'

red 116 ◦ green 171 ◦ blue 115

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

Shades of Fern #74AB73

Tints of Fern #74AB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 28.86%
G = 42.54%
B = 28.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#74AB73 (or 0x74AB73) is known color: Fern. HEX triplet: 74, AB and 73. RGB value is (116,171,115). Sum of RGB (Red+Green+Blue) = 116+171+115=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AB73 is #8B548C. Grayscale: #949494. Windows color (decimal): -9131149 or 7580532. OLE color: 7580532.

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

Color convert

RGB 116 171 115 -
CMYK 0.32 0 0.33 0.33
HSL 118.93º 0.25% 0.56% -
HSV(B) 118.93º 0.33% 0.67% -
XYZ 24.86 34.08 21.49 -
YUV 148.17 109.28 105.05 -
System Red Green Blue C M Y K H S L
Decimal 116 171 115 0.32 0 0.33 0.33 118.93 0.25 0.56
Hex 74 AB 73 20 0 21 21 77 19 38
Octal 164 253 163 40 0 41 41 167 31 70
Binary 1110100 10101011 1110011 100000 0 100001 100001 1110111 11001 111000

Color Harmonies of #74AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB73

Black with #74AB73

Text Example


Text Example

White with #74AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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