Html Css Color HEX #74B66D Fern

📋 copy color: '#74B66D'

red 116 ◦ green 182 ◦ blue 109

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

Shades of Fern #74B66D

Tints of Fern #74B66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 28.5%
G = 44.72%
B = 26.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#74B66D (or 0x74B66D) is known color: Fern. HEX triplet: 74, B6 and 6D. RGB value is (116,182,109). Sum of RGB (Red+Green+Blue) = 116+182+109=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #74B66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B66D is #8B4992. Grayscale: #9A9A9A. Windows color (decimal): -9128339 or 7190132. OLE color: 7190132.

HSL color Cylindrical-coordinate representation of color #74B66D: hue angle of 114.25º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74B66D is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 182 109 -
CMYK 0.36 0 0.40 0.29
HSL 114.25º 0.33% 0.57% -
HSV(B) 114.25º 0.4% 0.71% -
XYZ 26.69 38.27 20.45 -
YUV 153.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 116 182 109 0.36 0 0.40 0.29 114.25 0.33 0.57
Hex 74 B6 6D 24 0 28 1D 72 21 39
Octal 164 266 155 44 0 50 35 162 41 71
Binary 1110100 10110110 1101101 100100 0 101000 11101 1110010 100001 111001

Color Harmonies of #74B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B66D

Black with #74B66D

Text Example


Text Example

White with #74B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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