Html Css Color HEX #748625 Trendy Green

📋 copy color: '#748625'

red 116 ◦ green 134 ◦ blue 37

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

Shades of Trendy Green #748625

Tints of Trendy Green #748625

RGB

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

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

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

R = 40.42%
G = 46.69%
B = 12.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#748625 (or 0x748625) is known color: Trendy Green. HEX triplet: 74, 86 and 25. RGB value is (116,134,37). Sum of RGB (Red+Green+Blue) = 116+134+37=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #748625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748625 is #8B79DA. Grayscale: #757575. Windows color (decimal): -9140699 or 2459252. OLE color: 2459252.

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

Color convert

RGB 116 134 37 -
CMYK 0.13 0 0.72 0.47
HSL 71.13º 0.57% 0.34% -
HSV(B) 71.13º 0.72% 0.53% -
XYZ 16.06 20.9 4.94 -
YUV 117.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 116 134 37 0.13 0 0.72 0.47 71.13 0.57 0.34
Hex 74 86 25 D 0 48 2F 47 39 22
Octal 164 206 45 15 0 110 57 107 71 42
Binary 1110100 10000110 100101 1101 0 1001000 101111 1000111 111001 100010

Color Harmonies of #748625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748625

Black with #748625

Text Example


Text Example

White with #748625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748625; }

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

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

background-color css

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

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

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

border-color css

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

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

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