Html Css Color HEX #74B970 Fern

📋 copy color: '#74B970'

red 116 ◦ green 185 ◦ blue 112

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

Shades of Fern #74B970

Tints of Fern #74B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 28.09%
G = 44.79%
B = 27.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#74B970 (or 0x74B970) is known color: Fern. HEX triplet: 74, B9 and 70. RGB value is (116,185,112). Sum of RGB (Red+Green+Blue) = 116+185+112=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #74B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B970 is #8B468F. Grayscale: #9C9C9C. Windows color (decimal): -9127568 or 7387508. OLE color: 7387508.

HSL color Cylindrical-coordinate representation of color #74B970: hue angle of 116.71º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74B970 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 185 112 -
CMYK 0.37 0 0.39 0.27
HSL 116.71º 0.34% 0.58% -
HSV(B) 116.71º 0.39% 0.73% -
XYZ 27.48 39.58 21.52 -
YUV 156.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 116 185 112 0.37 0 0.39 0.27 116.71 0.34 0.58
Hex 74 B9 70 25 0 27 1B 75 22 3A
Octal 164 271 160 45 0 47 33 165 42 72
Binary 1110100 10111001 1110000 100101 0 100111 11011 1110101 100010 111010

Color Harmonies of #74B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B970

Black with #74B970

Text Example


Text Example

White with #74B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,112); }

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

background-color css

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

 a { background-color: rgb(116,185,112); }

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

border-color css

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

 span { border-color: rgb(116,185,112); }

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