Html Css Color HEX #7D8518 Trendy Green

📋 copy color: '#7D8518'

red 125 ◦ green 133 ◦ blue 24

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

Shades of Trendy Green #7D8518

Tints of Trendy Green #7D8518

RGB

 RED value IS 125 (49.22% from 255) = 44.33%

 GREEN value IS 133 (52.34% from 255) = 47.16%

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 44.33%
G = 47.16%
B = 8.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#7D8518 (or 0x7D8518) is known color: Trendy Green. HEX triplet: 7D, 85 and 18. RGB value is (125,133,24). Sum of RGB (Red+Green+Blue) = 125+133+24=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8518 is #827AE7. Grayscale: #767676. Windows color (decimal): -8551144 or 1607037. OLE color: 1607037.

HSL color Cylindrical-coordinate representation of color #7D8518: hue angle of 64.4º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D8518 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 24 -
CMYK 0.06 0 0.82 0.48
HSL 64.4º 0.69% 0.31% -
HSV(B) 64.4º 0.82% 0.52% -
XYZ 17.01 21.2 4.06 -
YUV 118.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 125 133 24 0.06 0 0.82 0.48 64.4 0.69 0.31
Hex 7D 85 18 6 0 52 30 40 45 1F
Octal 175 205 30 6 0 122 60 100 105 37
Binary 1111101 10000101 11000 110 0 1010010 110000 1000000 1000101 11111

Color Harmonies of #7D8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8518

Black with #7D8518

Text Example


Text Example

White with #7D8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8518; }

 p { color: rgb(125,133,24); }

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

background-color css

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

 a { background-color: rgb(125,133,24); }

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

border-color css

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

 span { border-color: rgb(125,133,24); }

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