Html Css Color HEX #748619 Trendy Green

📋 copy color: '#748619'

red 116 ◦ green 134 ◦ blue 25

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

Shades of Trendy Green #748619

Tints of Trendy Green #748619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.09%

R = 42.18%
G = 48.73%
B = 9.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#748619 (or 0x748619) is known color: Trendy Green. HEX triplet: 74, 86 and 19. RGB value is (116,134,25). Sum of RGB (Red+Green+Blue) = 116+134+25=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #748619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748619 is #8B79E6. Grayscale: #747474. Windows color (decimal): -9140711 or 1672820. OLE color: 1672820.

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

Color convert

RGB 116 134 25 -
CMYK 0.13 0 0.81 0.47
HSL 69.91º 0.69% 0.31% -
HSV(B) 69.91º 0.81% 0.53% -
XYZ 15.9 20.83 4.1 -
YUV 116.19 76.54 127.86 -
System Red Green Blue C M Y K H S L
Decimal 116 134 25 0.13 0 0.81 0.47 69.91 0.69 0.31
Hex 74 86 19 D 0 51 2F 46 45 1F
Octal 164 206 31 15 0 121 57 106 105 37
Binary 1110100 10000110 11001 1101 0 1010001 101111 1000110 1000101 11111

Color Harmonies of #748619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748619

Black with #748619

Text Example


Text Example

White with #748619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748619; }

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

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

background-color css

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

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

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

border-color css

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

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

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