Html Css Color HEX #74C06F Fern

📋 copy color: '#74C06F'

red 116 ◦ green 192 ◦ blue 111

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

Shades of Fern #74C06F

Tints of Fern #74C06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 27.68%
G = 45.82%
B = 26.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#74C06F (or 0x74C06F) is known color: Fern. HEX triplet: 74, C0 and 6F. RGB value is (116,192,111). Sum of RGB (Red+Green+Blue) = 116+192+111=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #74C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C06F is #8B3F90. Grayscale: #A0A0A0. Windows color (decimal): -9125777 or 7323764. OLE color: 7323764.

HSL color Cylindrical-coordinate representation of color #74C06F: hue angle of 116.3º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C06F is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 111 -
CMYK 0.40 0 0.42 0.25
HSL 116.3º 0.39% 0.59% -
HSV(B) 116.3º 0.42% 0.75% -
XYZ 28.92 42.56 21.73 -
YUV 160.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 116 192 111 0.40 0 0.42 0.25 116.3 0.39 0.59
Hex 74 C0 6F 28 0 2A 19 74 27 3B
Octal 164 300 157 50 0 52 31 164 47 73
Binary 1110100 11000000 1101111 101000 0 101010 11001 1110100 100111 111011

Color Harmonies of #74C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C06F

Black with #74C06F

Text Example


Text Example

White with #74C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,111); }

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

background-color css

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

 a { background-color: rgb(116,192,111); }

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

border-color css

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

 span { border-color: rgb(116,192,111); }

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