Html Css Color HEX #74B575 Fern

📋 copy color: '#74B575'

red 116 ◦ green 181 ◦ blue 117

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

Shades of Fern #74B575

Tints of Fern #74B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.72%

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 28.02%
G = 43.72%
B = 28.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#74B575 (or 0x74B575) is known color: Fern. HEX triplet: 74, B5 and 75. RGB value is (116,181,117). Sum of RGB (Red+Green+Blue) = 116+181+117=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 181 - color contains mainly: green. Hex color #74B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B575 is #8B4A8A. Grayscale: #9A9A9A. Windows color (decimal): -9128587 or 7714164. OLE color: 7714164.

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

Color convert

RGB 116 181 117 -
CMYK 0.36 0 0.35 0.29
HSL 120.92º 0.31% 0.58% -
HSV(B) 120.92º 0.36% 0.71% -
XYZ 26.94 38.05 22.75 -
YUV 154.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 116 181 117 0.36 0 0.35 0.29 120.92 0.31 0.58
Hex 74 B5 75 24 0 23 1D 79 1F 3A
Octal 164 265 165 44 0 43 35 171 37 72
Binary 1110100 10110101 1110101 100100 0 100011 11101 1111001 11111 111010

Color Harmonies of #74B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B575

Black with #74B575

Text Example


Text Example

White with #74B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,181,117); }

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

background-color css

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

 a { background-color: rgb(116,181,117); }

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

border-color css

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

 span { border-color: rgb(116,181,117); }

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