Html Css Color HEX #748725 Trendy Green

📋 copy color: '#748725'

red 116 ◦ green 135 ◦ blue 37

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

Shades of Trendy Green #748725

Tints of Trendy Green #748725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.88%

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 40.28%
G = 46.88%
B = 12.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#748725 (or 0x748725) is known color: Trendy Green. HEX triplet: 74, 87 and 25. RGB value is (116,135,37). Sum of RGB (Red+Green+Blue) = 116+135+37=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #748725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748725 is #8B78DA. Grayscale: #767676. Windows color (decimal): -9140443 or 2459508. OLE color: 2459508.

HSL color Cylindrical-coordinate representation of color #748725: hue angle of 71.63º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #748725 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 37 -
CMYK 0.14 0 0.73 0.47
HSL 71.63º 0.57% 0.34% -
HSV(B) 71.63º 0.73% 0.53% -
XYZ 16.2 21.17 4.98 -
YUV 118.15 82.21 126.47 -
System Red Green Blue C M Y K H S L
Decimal 116 135 37 0.14 0 0.73 0.47 71.63 0.57 0.34
Hex 74 87 25 E 0 49 2F 48 39 22
Octal 164 207 45 16 0 111 57 110 71 42
Binary 1110100 10000111 100101 1110 0 1001001 101111 1001000 111001 100010

Color Harmonies of #748725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748725

Black with #748725

Text Example


Text Example

White with #748725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748725; }

 p { color: rgb(116,135,37); }

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

background-color css

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

 a { background-color: rgb(116,135,37); }

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

border-color css

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

 span { border-color: rgb(116,135,37); }

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