Html Css Color HEX #7D8515 Trendy Green

📋 copy color: '#7D8515'

red 125 ◦ green 133 ◦ blue 21

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

Shades of Trendy Green #7D8515

Tints of Trendy Green #7D8515

RGB

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

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

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

R = 44.8%
G = 47.67%
B = 7.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#7D8515 (or 0x7D8515) is known color: Trendy Green. HEX triplet: 7D, 85 and 15. RGB value is (125,133,21). Sum of RGB (Red+Green+Blue) = 125+133+21=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8515 is #827AEA. Grayscale: #767676. Windows color (decimal): -8551147 or 1410429. OLE color: 1410429.

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

Color convert

RGB 125 133 21 -
CMYK 0.06 0 0.84 0.48
HSL 64.29º 0.73% 0.3% -
HSV(B) 64.29º 0.84% 0.52% -
XYZ 16.98 21.19 3.9 -
YUV 117.84 73.35 133.11 -
System Red Green Blue C M Y K H S L
Decimal 125 133 21 0.06 0 0.84 0.48 64.29 0.73 0.3
Hex 7D 85 15 6 0 54 30 40 49 1E
Octal 175 205 25 6 0 124 60 100 111 36
Binary 1111101 10000101 10101 110 0 1010100 110000 1000000 1001001 11110

Color Harmonies of #7D8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8515

Black with #7D8515

Text Example


Text Example

White with #7D8515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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