Html Css Color HEX #717A1C Trendy Green

📋 copy color: '#717A1C'

red 113 ◦ green 122 ◦ blue 28

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

Shades of Trendy Green #717A1C

Tints of Trendy Green #717A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.39%

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

R = 42.97%
G = 46.39%
B = 10.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#717A1C (or 0x717A1C) is known color: Trendy Green. HEX triplet: 71, 7A and 1C. RGB value is (113,122,28). Sum of RGB (Red+Green+Blue) = 113+122+28=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #717A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717A1C is #8E85E3. Grayscale: #6C6C6C. Windows color (decimal): -9340388 or 1866353. OLE color: 1866353.

HSL color Cylindrical-coordinate representation of color #717A1C: hue angle of 65.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #717A1C is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 122 28 -
CMYK 0.07 0 0.77 0.52
HSL 65.74º 0.63% 0.29% -
HSV(B) 65.74º 0.77% 0.48% -
XYZ 13.98 17.51 3.74 -
YUV 108.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 113 122 28 0.07 0 0.77 0.52 65.74 0.63 0.29
Hex 71 7A 1C 7 0 4D 34 42 3F 1D
Octal 161 172 34 7 0 115 64 102 77 35
Binary 1110001 1111010 11100 111 0 1001101 110100 1000010 111111 11101

Color Harmonies of #717A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A1C

Black with #717A1C

Text Example


Text Example

White with #717A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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