Html Css Color HEX #748011 Trendy Green

📋 copy color: '#748011'

red 116 ◦ green 128 ◦ blue 17

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

Shades of Trendy Green #748011

Tints of Trendy Green #748011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.04%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 44.44%
G = 49.04%
B = 6.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#748011 (or 0x748011) is known color: Trendy Green. HEX triplet: 74, 80 and 11. RGB value is (116,128,17). Sum of RGB (Red+Green+Blue) = 116+128+17=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #748011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748011 is #8B7FEE. Grayscale: #707070. Windows color (decimal): -9142255 or 1146996. OLE color: 1146996.

HSL color Cylindrical-coordinate representation of color #748011: hue angle of 66.49º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #748011 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 17 -
CMYK 0.09 0 0.87 0.50
HSL 66.49º 0.77% 0.28% -
HSV(B) 66.49º 0.87% 0.5% -
XYZ 15.02 19.19 3.44 -
YUV 111.76 74.52 131.03 -
System Red Green Blue C M Y K H S L
Decimal 116 128 17 0.09 0 0.87 0.50 66.49 0.77 0.28
Hex 74 80 11 9 0 57 32 42 4D 1C
Octal 164 200 21 11 0 127 62 102 115 34
Binary 1110100 10000000 10001 1001 0 1010111 110010 1000010 1001101 11100

Color Harmonies of #748011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748011

Black with #748011

Text Example


Text Example

White with #748011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748011; }

 p { color: rgb(116,128,17); }

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

background-color css

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

 a { background-color: rgb(116,128,17); }

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

border-color css

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

 span { border-color: rgb(116,128,17); }

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