Html Css Color HEX #74B670 Fern

📋 copy color: '#74B670'

red 116 ◦ green 182 ◦ blue 112

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

Shades of Fern #74B670

Tints of Fern #74B670

RGB

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

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

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

R = 28.29%
G = 44.39%
B = 27.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#74B670 (or 0x74B670) is known color: Fern. HEX triplet: 74, B6 and 70. RGB value is (116,182,112). Sum of RGB (Red+Green+Blue) = 116+182+112=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #74B670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B670 is #8B498F. Grayscale: #9A9A9A. Windows color (decimal): -9128336 or 7386740. OLE color: 7386740.

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

Color convert

RGB 116 182 112 -
CMYK 0.36 0 0.38 0.29
HSL 116.57º 0.32% 0.58% -
HSV(B) 116.57º 0.38% 0.71% -
XYZ 26.86 38.34 21.31 -
YUV 154.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 116 182 112 0.36 0 0.38 0.29 116.57 0.32 0.58
Hex 74 B6 70 24 0 26 1D 75 20 3A
Octal 164 266 160 44 0 46 35 165 40 72
Binary 1110100 10110110 1110000 100100 0 100110 11101 1110101 100000 111010

Color Harmonies of #74B670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B670

Black with #74B670

Text Example


Text Example

White with #74B670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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