Html Css Color HEX #74BB6D Fern

📋 copy color: '#74BB6D'

red 116 ◦ green 187 ◦ blue 109

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

Shades of Fern #74BB6D

Tints of Fern #74BB6D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.39%

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

R = 28.16%
G = 45.39%
B = 26.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#74BB6D (or 0x74BB6D) is known color: Fern. HEX triplet: 74, BB and 6D. RGB value is (116,187,109). Sum of RGB (Red+Green+Blue) = 116+187+109=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB6D is #8B4492. Grayscale: #9D9D9D. Windows color (decimal): -9127059 or 7191412. OLE color: 7191412.

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

Color convert

RGB 116 187 109 -
CMYK 0.38 0 0.42 0.27
HSL 114.62º 0.36% 0.58% -
HSV(B) 114.62º 0.42% 0.73% -
XYZ 27.73 40.36 20.8 -
YUV 156.88 100.98 98.84 -
System Red Green Blue C M Y K H S L
Decimal 116 187 109 0.38 0 0.42 0.27 114.62 0.36 0.58
Hex 74 BB 6D 26 0 2A 1B 73 24 3A
Octal 164 273 155 46 0 52 33 163 44 72
Binary 1110100 10111011 1101101 100110 0 101010 11011 1110011 100100 111010

Color Harmonies of #74BB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB6D

Black with #74BB6D

Text Example


Text Example

White with #74BB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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