Html Css Color HEX #748014 Trendy Green

📋 copy color: '#748014'

red 116 ◦ green 128 ◦ blue 20

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

Shades of Trendy Green #748014

Tints of Trendy Green #748014

RGB

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

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

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

R = 43.94%
G = 48.48%
B = 7.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#748014 (or 0x748014) is known color: Trendy Green. HEX triplet: 74, 80 and 14. RGB value is (116,128,20). Sum of RGB (Red+Green+Blue) = 116+128+20=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #748014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748014 is #8B7FEB. Grayscale: #707070. Windows color (decimal): -9142252 or 1343604. OLE color: 1343604.

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

Color convert

RGB 116 128 20 -
CMYK 0.09 0 0.84 0.50
HSL 66.67º 0.73% 0.29% -
HSV(B) 66.67º 0.84% 0.5% -
XYZ 15.05 19.2 3.58 -
YUV 112.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 116 128 20 0.09 0 0.84 0.50 66.67 0.73 0.29
Hex 74 80 14 9 0 54 32 43 49 1D
Octal 164 200 24 11 0 124 62 103 111 35
Binary 1110100 10000000 10100 1001 0 1010100 110010 1000011 1001001 11101

Color Harmonies of #748014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748014

Black with #748014

Text Example


Text Example

White with #748014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748014; }

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

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

background-color css

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

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

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

border-color css

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

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

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