Html Css Color HEX #74B672 Fern

📋 copy color: '#74B672'

red 116 ◦ green 182 ◦ blue 114

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

Shades of Fern #74B672

Tints of Fern #74B672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.17%

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 28.16%
G = 44.17%
B = 27.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#74B672 (or 0x74B672) is known color: Fern. HEX triplet: 74, B6 and 72. RGB value is (116,182,114). Sum of RGB (Red+Green+Blue) = 116+182+114=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 182 - color contains mainly: green. Hex color #74B672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B672 is #8B498D. Grayscale: #9A9A9A. Windows color (decimal): -9128334 or 7517812. OLE color: 7517812.

HSL color Cylindrical-coordinate representation of color #74B672: hue angle of 118.24º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B672 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 182 114 -
CMYK 0.36 0 0.37 0.29
HSL 118.24º 0.32% 0.58% -
HSV(B) 118.24º 0.37% 0.71% -
XYZ 26.97 38.38 21.91 -
YUV 154.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 116 182 114 0.36 0 0.37 0.29 118.24 0.32 0.58
Hex 74 B6 72 24 0 25 1D 76 20 3A
Octal 164 266 162 44 0 45 35 166 40 72
Binary 1110100 10110110 1110010 100100 0 100101 11101 1110110 100000 111010

Color Harmonies of #74B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B672

Black with #74B672

Text Example


Text Example

White with #74B672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,182,114); }

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

background-color css

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

 a { background-color: rgb(116,182,114); }

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

border-color css

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

 span { border-color: rgb(116,182,114); }

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