Html Css Color HEX #748716 Trendy Green

📋 copy color: '#748716'

red 116 ◦ green 135 ◦ blue 22

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

Shades of Trendy Green #748716

Tints of Trendy Green #748716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

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

R = 42.49%
G = 49.45%
B = 8.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#748716 (or 0x748716) is known color: Trendy Green. HEX triplet: 74, 87 and 16. RGB value is (116,135,22). Sum of RGB (Red+Green+Blue) = 116+135+22=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #748716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748716 is #8B78E9. Grayscale: #747474. Windows color (decimal): -9140458 or 1476468. OLE color: 1476468.

HSL color Cylindrical-coordinate representation of color #748716: hue angle of 70.09º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #748716 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 22 -
CMYK 0.14 0 0.84 0.47
HSL 70.09º 0.72% 0.31% -
HSV(B) 70.09º 0.84% 0.53% -
XYZ 16.01 21.1 3.99 -
YUV 116.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 116 135 22 0.14 0 0.84 0.47 70.09 0.72 0.31
Hex 74 87 16 E 0 54 2F 46 48 1F
Octal 164 207 26 16 0 124 57 106 110 37
Binary 1110100 10000111 10110 1110 0 1010100 101111 1000110 1001000 11111

Color Harmonies of #748716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748716

Black with #748716

Text Example


Text Example

White with #748716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748716; }

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

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

background-color css

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

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

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

border-color css

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

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

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