Html Css Color HEX #748116 Trendy Green

📋 copy color: '#748116'

red 116 ◦ green 129 ◦ blue 22

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

Shades of Trendy Green #748116

Tints of Trendy Green #748116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.31%

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

R = 43.45%
G = 48.31%
B = 8.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#748116 (or 0x748116) is known color: Trendy Green. HEX triplet: 74, 81 and 16. RGB value is (116,129,22). Sum of RGB (Red+Green+Blue) = 116+129+22=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #748116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748116 is #8B7EE9. Grayscale: #717171. Windows color (decimal): -9141994 or 1474932. OLE color: 1474932.

HSL color Cylindrical-coordinate representation of color #748116: hue angle of 67.29º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #748116 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 22 -
CMYK 0.10 0 0.83 0.49
HSL 67.29º 0.71% 0.3% -
HSV(B) 67.29º 0.83% 0.51% -
XYZ 15.2 19.47 3.72 -
YUV 112.92 76.69 130.2 -
System Red Green Blue C M Y K H S L
Decimal 116 129 22 0.10 0 0.83 0.49 67.29 0.71 0.3
Hex 74 81 16 A 0 53 31 43 47 1E
Octal 164 201 26 12 0 123 61 103 107 36
Binary 1110100 10000001 10110 1010 0 1010011 110001 1000011 1000111 11110

Color Harmonies of #748116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748116

Black with #748116

Text Example


Text Example

White with #748116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748116; }

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

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

background-color css

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

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

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

border-color css

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

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

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