Html Css Color HEX #74B07C Fern

📋 copy color: '#74B07C'

red 116 ◦ green 176 ◦ blue 124

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

Shades of Fern #74B07C

Tints of Fern #74B07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 27.88%
G = 42.31%
B = 29.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#74B07C (or 0x74B07C) is known color: Fern. HEX triplet: 74, B0 and 7C. RGB value is (116,176,124). Sum of RGB (Red+Green+Blue) = 116+176+124=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #74B07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B07C is #8B4F83. Grayscale: #989898. Windows color (decimal): -9129860 or 8171636. OLE color: 8171636.

HSL color Cylindrical-coordinate representation of color #74B07C: hue angle of 128º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B07C is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 176 124 -
CMYK 0.34 0 0.30 0.31
HSL 128º 0.28% 0.57% -
HSV(B) 128º 0.34% 0.69% -
XYZ 26.37 36.22 24.67 -
YUV 152.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 116 176 124 0.34 0 0.30 0.31 128 0.28 0.57
Hex 74 B0 7C 22 0 1E 1F 80 1C 39
Octal 164 260 174 42 0 36 37 200 34 71
Binary 1110100 10110000 1111100 100010 0 11110 11111 10000000 11100 111001

Color Harmonies of #74B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B07C

Black with #74B07C

Text Example


Text Example

White with #74B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,124); }

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

background-color css

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

 a { background-color: rgb(116,176,124); }

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

border-color css

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

 span { border-color: rgb(116,176,124); }

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