Html Css Color HEX #74B872 Fern

📋 copy color: '#74B872'

red 116 ◦ green 184 ◦ blue 114

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

Shades of Fern #74B872

Tints of Fern #74B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.44%

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

R = 28.02%
G = 44.44%
B = 27.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#74B872 (or 0x74B872) is known color: Fern. HEX triplet: 74, B8 and 72. RGB value is (116,184,114). Sum of RGB (Red+Green+Blue) = 116+184+114=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 184 - color contains mainly: green. Hex color #74B872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B872 is #8B478D. Grayscale: #9B9B9B. Windows color (decimal): -9127822 or 7518324. OLE color: 7518324.

HSL color Cylindrical-coordinate representation of color #74B872: hue angle of 118.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74B872 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 184 114 -
CMYK 0.37 0 0.38 0.28
HSL 118.29º 0.33% 0.58% -
HSV(B) 118.29º 0.38% 0.72% -
XYZ 27.38 39.21 22.04 -
YUV 155.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 116 184 114 0.37 0 0.38 0.28 118.29 0.33 0.58
Hex 74 B8 72 25 0 26 1C 76 21 3A
Octal 164 270 162 45 0 46 34 166 41 72
Binary 1110100 10111000 1110010 100101 0 100110 11100 1110110 100001 111010

Color Harmonies of #74B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B872

Black with #74B872

Text Example


Text Example

White with #74B872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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