Html Css Color HEX #717C1C Trendy Green

📋 copy color: '#717C1C'

red 113 ◦ green 124 ◦ blue 28

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

Shades of Trendy Green #717C1C

Tints of Trendy Green #717C1C

RGB

 RED value IS 113 (44.53% from 255) = 42.64%

 GREEN value IS 124 (48.83% from 255) = 46.79%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 42.64%
G = 46.79%
B = 10.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#717C1C (or 0x717C1C) is known color: Trendy Green. HEX triplet: 71, 7C and 1C. RGB value is (113,124,28). Sum of RGB (Red+Green+Blue) = 113+124+28=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #717C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C1C is #8E83E3. Grayscale: #6E6E6E. Windows color (decimal): -9339876 or 1866865. OLE color: 1866865.

HSL color Cylindrical-coordinate representation of color #717C1C: hue angle of 66.87º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #717C1C is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 124 28 -
CMYK 0.09 0 0.77 0.51
HSL 66.87º 0.63% 0.3% -
HSV(B) 66.87º 0.77% 0.49% -
XYZ 14.23 18.01 3.83 -
YUV 109.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 113 124 28 0.09 0 0.77 0.51 66.87 0.63 0.3
Hex 71 7C 1C 9 0 4D 33 43 3F 1E
Octal 161 174 34 11 0 115 63 103 77 36
Binary 1110001 1111100 11100 1001 0 1001101 110011 1000011 111111 11110

Color Harmonies of #717C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C1C

Black with #717C1C

Text Example


Text Example

White with #717C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717C1C; }

 p { color: rgb(113,124,28); }

 H1.HeaderClassName
 {
   color: #717C1C;
 }
 .AnyTagClassName
 {
   color: #717C1C;
 }
</style>

background-color css

<style>
 a { background-color: #717C1C; }

 a { background-color: rgb(113,124,28); }

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

border-color css

<style>
 span { border-color: #717C1C; }

 span { border-color: rgb(113,124,28); }

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