Html Css Color HEX #748516 Trendy Green

📋 copy color: '#748516'

red 116 ◦ green 133 ◦ blue 22

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

Shades of Trendy Green #748516

Tints of Trendy Green #748516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 42.8%
G = 49.08%
B = 8.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#748516 (or 0x748516) is known color: Trendy Green. HEX triplet: 74, 85 and 16. RGB value is (116,133,22). Sum of RGB (Red+Green+Blue) = 116+133+22=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #748516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748516 is #8B7AE9. Grayscale: #737373. Windows color (decimal): -9140970 or 1475956. OLE color: 1475956.

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

Color convert

RGB 116 133 22 -
CMYK 0.13 0 0.83 0.48
HSL 69.19º 0.72% 0.3% -
HSV(B) 69.19º 0.83% 0.52% -
XYZ 15.73 20.55 3.9 -
YUV 115.26 75.37 128.53 -
System Red Green Blue C M Y K H S L
Decimal 116 133 22 0.13 0 0.83 0.48 69.19 0.72 0.3
Hex 74 85 16 D 0 53 30 45 48 1E
Octal 164 205 26 15 0 123 60 105 110 36
Binary 1110100 10000101 10110 1101 0 1010011 110000 1000101 1001000 11110

Color Harmonies of #748516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748516

Black with #748516

Text Example


Text Example

White with #748516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748516; }

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

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

background-color css

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

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

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

border-color css

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

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

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