Html Css Color HEX #748119 Trendy Green

📋 copy color: '#748119'

red 116 ◦ green 129 ◦ blue 25

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

Shades of Trendy Green #748119

Tints of Trendy Green #748119

RGB

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

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

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

R = 42.96%
G = 47.78%
B = 9.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#748119 (or 0x748119) is known color: Trendy Green. HEX triplet: 74, 81 and 19. RGB value is (116,129,25). Sum of RGB (Red+Green+Blue) = 116+129+25=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #748119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748119 is #8B7EE6. Grayscale: #717171. Windows color (decimal): -9141991 or 1671540. OLE color: 1671540.

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

Color convert

RGB 116 129 25 -
CMYK 0.10 0 0.81 0.49
HSL 67.5º 0.68% 0.3% -
HSV(B) 67.5º 0.81% 0.51% -
XYZ 15.23 19.48 3.88 -
YUV 113.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 116 129 25 0.10 0 0.81 0.49 67.5 0.68 0.3
Hex 74 81 19 A 0 51 31 44 44 1E
Octal 164 201 31 12 0 121 61 104 104 36
Binary 1110100 10000001 11001 1010 0 1010001 110001 1000100 1000100 11110

Color Harmonies of #748119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748119

Black with #748119

Text Example


Text Example

White with #748119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748119; }

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

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

background-color css

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

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

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

border-color css

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

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

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