Html Css Color HEX #748613 Trendy Green

📋 copy color: '#748613'

red 116 ◦ green 134 ◦ blue 19

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

Shades of Trendy Green #748613

Tints of Trendy Green #748613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.81%

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 43.12%
G = 49.81%
B = 7.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#748613 (or 0x748613) is known color: Trendy Green. HEX triplet: 74, 86 and 13. RGB value is (116,134,19). Sum of RGB (Red+Green+Blue) = 116+134+19=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #748613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748613 is #8B79EC. Grayscale: #737373. Windows color (decimal): -9140717 or 1279604. OLE color: 1279604.

HSL color Cylindrical-coordinate representation of color #748613: hue angle of 69.39º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #748613 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 19 -
CMYK 0.13 0 0.86 0.47
HSL 69.39º 0.75% 0.3% -
HSV(B) 69.39º 0.86% 0.53% -
XYZ 15.85 20.81 3.8 -
YUV 115.51 73.54 128.35 -
System Red Green Blue C M Y K H S L
Decimal 116 134 19 0.13 0 0.86 0.47 69.39 0.75 0.3
Hex 74 86 13 D 0 56 2F 45 4B 1E
Octal 164 206 23 15 0 126 57 105 113 36
Binary 1110100 10000110 10011 1101 0 1010110 101111 1000101 1001011 11110

Color Harmonies of #748613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748613

Black with #748613

Text Example


Text Example

White with #748613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748613; }

 p { color: rgb(116,134,19); }

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

background-color css

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

 a { background-color: rgb(116,134,19); }

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

border-color css

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

 span { border-color: rgb(116,134,19); }

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