Html Css Color HEX #7D9010 Trendy Green

📋 copy color: '#7D9010'

red 125 ◦ green 144 ◦ blue 16

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

Shades of Trendy Green #7D9010

Tints of Trendy Green #7D9010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 43.86%
G = 50.53%
B = 5.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#7D9010 (or 0x7D9010) is known color: Trendy Green. HEX triplet: 7D, 90 and 10. RGB value is (125,144,16). Sum of RGB (Red+Green+Blue) = 125+144+16=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9010 is #826FEF. Grayscale: #7C7C7C. Windows color (decimal): -8548336 or 1085565. OLE color: 1085565.

HSL color Cylindrical-coordinate representation of color #7D9010: hue angle of 68.91º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D9010 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 144 16 -
CMYK 0.13 0 0.89 0.44
HSL 68.91º 0.8% 0.31% -
HSV(B) 68.91º 0.89% 0.56% -
XYZ 18.52 24.34 4.21 -
YUV 123.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 125 144 16 0.13 0 0.89 0.44 68.91 0.8 0.31
Hex 7D 90 10 D 0 59 2C 45 50 1F
Octal 175 220 20 15 0 131 54 105 120 37
Binary 1111101 10010000 10000 1101 0 1011001 101100 1000101 1010000 11111

Color Harmonies of #7D9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9010

Black with #7D9010

Text Example


Text Example

White with #7D9010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,144,16); }

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

background-color css

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

 a { background-color: rgb(125,144,16); }

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

border-color css

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

 span { border-color: rgb(125,144,16); }

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