Html Css Color HEX #748511 Trendy Green

📋 copy color: '#748511'

red 116 ◦ green 133 ◦ blue 17

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

Shades of Trendy Green #748511

Tints of Trendy Green #748511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 43.61%
G = 50%
B = 6.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#748511 (or 0x748511) is known color: Trendy Green. HEX triplet: 74, 85 and 11. RGB value is (116,133,17). Sum of RGB (Red+Green+Blue) = 116+133+17=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #748511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748511 is #8B7AEE. Grayscale: #737373. Windows color (decimal): -9140975 or 1148276. OLE color: 1148276.

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

Color convert

RGB 116 133 17 -
CMYK 0.13 0 0.87 0.48
HSL 68.79º 0.77% 0.29% -
HSV(B) 68.79º 0.87% 0.52% -
XYZ 15.69 20.53 3.67 -
YUV 114.69 72.87 128.93 -
System Red Green Blue C M Y K H S L
Decimal 116 133 17 0.13 0 0.87 0.48 68.79 0.77 0.29
Hex 74 85 11 D 0 57 30 45 4D 1D
Octal 164 205 21 15 0 127 60 105 115 35
Binary 1110100 10000101 10001 1101 0 1010111 110000 1000101 1001101 11101

Color Harmonies of #748511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748511

Black with #748511

Text Example


Text Example

White with #748511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748511; }

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

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

background-color css

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

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

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

border-color css

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

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

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