Html Css Color HEX #747D15 Trendy Green

📋 copy color: '#747D15'

red 116 ◦ green 125 ◦ blue 21

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

Shades of Trendy Green #747D15

Tints of Trendy Green #747D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.71%

 BLUE value IS 21 (8.59% from 255) = 8.02%

R = 44.27%
G = 47.71%
B = 8.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#747D15 (or 0x747D15) is known color: Trendy Green. HEX triplet: 74, 7D and 15. RGB value is (116,125,21). Sum of RGB (Red+Green+Blue) = 116+125+21=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #747D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747D15 is #8B82EA. Grayscale: #6E6E6E. Windows color (decimal): -9143019 or 1408372. OLE color: 1408372.

HSL color Cylindrical-coordinate representation of color #747D15: hue angle of 65.19º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #747D15 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 21 -
CMYK 0.07 0 0.83 0.51
HSL 65.19º 0.71% 0.29% -
HSV(B) 65.19º 0.83% 0.49% -
XYZ 14.67 18.43 3.49 -
YUV 110.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 116 125 21 0.07 0 0.83 0.51 65.19 0.71 0.29
Hex 74 7D 15 7 0 53 33 41 47 1D
Octal 164 175 25 7 0 123 63 101 107 35
Binary 1110100 1111101 10101 111 0 1010011 110011 1000001 1000111 11101

Color Harmonies of #747D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D15

Black with #747D15

Text Example


Text Example

White with #747D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,125,21); }

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

background-color css

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

 a { background-color: rgb(116,125,21); }

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

border-color css

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

 span { border-color: rgb(116,125,21); }

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