Html Css Color HEX #748016 Trendy Green

📋 copy color: '#748016'

red 116 ◦ green 128 ◦ blue 22

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

Shades of Trendy Green #748016

Tints of Trendy Green #748016

RGB

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

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

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

R = 43.61%
G = 48.12%
B = 8.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#748016 (or 0x748016) is known color: Trendy Green. HEX triplet: 74, 80 and 16. RGB value is (116,128,22). Sum of RGB (Red+Green+Blue) = 116+128+22=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #748016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748016 is #8B7FE9. Grayscale: #707070. Windows color (decimal): -9142250 or 1474676. OLE color: 1474676.

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

Color convert

RGB 116 128 22 -
CMYK 0.09 0 0.83 0.50
HSL 66.79º 0.71% 0.29% -
HSV(B) 66.79º 0.83% 0.5% -
XYZ 15.07 19.21 3.67 -
YUV 112.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 116 128 22 0.09 0 0.83 0.50 66.79 0.71 0.29
Hex 74 80 16 9 0 53 32 43 47 1D
Octal 164 200 26 11 0 123 62 103 107 35
Binary 1110100 10000000 10110 1001 0 1010011 110010 1000011 1000111 11101

Color Harmonies of #748016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748016

Black with #748016

Text Example


Text Example

White with #748016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748016; }

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

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

background-color css

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

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

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

border-color css

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

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

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