Html Css Color HEX #748214 Trendy Green

📋 copy color: '#748214'

red 116 ◦ green 130 ◦ blue 20

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

Shades of Trendy Green #748214

Tints of Trendy Green #748214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 43.61%
G = 48.87%
B = 7.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#748214 (or 0x748214) is known color: Trendy Green. HEX triplet: 74, 82 and 14. RGB value is (116,130,20). Sum of RGB (Red+Green+Blue) = 116+130+20=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #748214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748214 is #8B7DEB. Grayscale: #717171. Windows color (decimal): -9141740 or 1344116. OLE color: 1344116.

HSL color Cylindrical-coordinate representation of color #748214: hue angle of 67.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #748214 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 20 -
CMYK 0.11 0 0.85 0.49
HSL 67.64º 0.73% 0.29% -
HSV(B) 67.64º 0.85% 0.51% -
XYZ 15.31 19.73 3.66 -
YUV 113.27 75.36 129.94 -
System Red Green Blue C M Y K H S L
Decimal 116 130 20 0.11 0 0.85 0.49 67.64 0.73 0.29
Hex 74 82 14 B 0 55 31 44 49 1D
Octal 164 202 24 13 0 125 61 104 111 35
Binary 1110100 10000010 10100 1011 0 1010101 110001 1000100 1001001 11101

Color Harmonies of #748214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748214

Black with #748214

Text Example


Text Example

White with #748214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748214; }

 p { color: rgb(116,130,20); }

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

background-color css

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

 a { background-color: rgb(116,130,20); }

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

border-color css

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

 span { border-color: rgb(116,130,20); }

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