Html Css Color HEX #747A25 Trendy Green

📋 copy color: '#747A25'

red 116 ◦ green 122 ◦ blue 37

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

Shades of Trendy Green #747A25

Tints of Trendy Green #747A25

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.36%

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

R = 42.18%
G = 44.36%
B = 13.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#747A25 (or 0x747A25) is known color: Trendy Green. HEX triplet: 74, 7A and 25. RGB value is (116,122,37). Sum of RGB (Red+Green+Blue) = 116+122+37=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #747A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A25 is #8B85DA. Grayscale: #6E6E6E. Windows color (decimal): -9143771 or 2456180. OLE color: 2456180.

HSL color Cylindrical-coordinate representation of color #747A25: hue angle of 64.24º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747A25 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 122 37 -
CMYK 0.05 0 0.70 0.52
HSL 64.24º 0.53% 0.31% -
HSV(B) 64.24º 0.7% 0.48% -
XYZ 14.5 17.77 4.42 -
YUV 110.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 116 122 37 0.05 0 0.70 0.52 64.24 0.53 0.31
Hex 74 7A 25 5 0 46 34 40 35 1F
Octal 164 172 45 5 0 106 64 100 65 37
Binary 1110100 1111010 100101 101 0 1000110 110100 1000000 110101 11111

Color Harmonies of #747A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A25

Black with #747A25

Text Example


Text Example

White with #747A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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