Html Css Color HEX #717A1B Trendy Green

📋 copy color: '#717A1B'

red 113 ◦ green 122 ◦ blue 27

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

Shades of Trendy Green #717A1B

Tints of Trendy Green #717A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 43.13%
G = 46.56%
B = 10.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#717A1B (or 0x717A1B) is known color: Trendy Green. HEX triplet: 71, 7A and 1B. RGB value is (113,122,27). Sum of RGB (Red+Green+Blue) = 113+122+27=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #717A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717A1B is #8E85E4. Grayscale: #6C6C6C. Windows color (decimal): -9340389 or 1800817. OLE color: 1800817.

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

Color convert

RGB 113 122 27 -
CMYK 0.07 0 0.78 0.52
HSL 65.68º 0.64% 0.29% -
HSV(B) 65.68º 0.78% 0.48% -
XYZ 13.97 17.51 3.68 -
YUV 108.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 113 122 27 0.07 0 0.78 0.52 65.68 0.64 0.29
Hex 71 7A 1B 7 0 4E 34 42 40 1D
Octal 161 172 33 7 0 116 64 102 100 35
Binary 1110001 1111010 11011 111 0 1001110 110100 1000010 1000000 11101

Color Harmonies of #717A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A1B

Black with #717A1B

Text Example


Text Example

White with #717A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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