Html Css Color HEX #7D9115 Trendy Green

📋 copy color: '#7D9115'

red 125 ◦ green 145 ◦ blue 21

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

Shades of Trendy Green #7D9115

Tints of Trendy Green #7D9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

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

R = 42.96%
G = 49.83%
B = 7.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#7D9115 (or 0x7D9115) is known color: Trendy Green. HEX triplet: 7D, 91 and 15. RGB value is (125,145,21). Sum of RGB (Red+Green+Blue) = 125+145+21=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9115 is #826EEA. Grayscale: #7D7D7D. Windows color (decimal): -8548075 or 1413501. OLE color: 1413501.

HSL color Cylindrical-coordinate representation of color #7D9115: hue angle of 69.68º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D9115 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 145 21 -
CMYK 0.14 0 0.86 0.43
HSL 69.68º 0.75% 0.33% -
HSV(B) 69.68º 0.86% 0.57% -
XYZ 18.72 24.66 4.48 -
YUV 124.88 69.37 128.08 -
System Red Green Blue C M Y K H S L
Decimal 125 145 21 0.14 0 0.86 0.43 69.68 0.75 0.33
Hex 7D 91 15 E 0 56 2B 46 4B 21
Octal 175 221 25 16 0 126 53 106 113 41
Binary 1111101 10010001 10101 1110 0 1010110 101011 1000110 1001011 100001

Color Harmonies of #7D9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9115

Black with #7D9115

Text Example


Text Example

White with #7D9115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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