Html Css Color HEX #7D8730 Trendy Green

📋 copy color: '#7D8730'

red 125 ◦ green 135 ◦ blue 48

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

Shades of Trendy Green #7D8730

Tints of Trendy Green #7D8730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.83%

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 40.58%
G = 43.83%
B = 15.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#7D8730 (or 0x7D8730) is known color: Trendy Green. HEX triplet: 7D, 87 and 30. RGB value is (125,135,48). Sum of RGB (Red+Green+Blue) = 125+135+48=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8730 is #8278CF. Grayscale: #7A7A7A. Windows color (decimal): -8550608 or 3180413. OLE color: 3180413.

HSL color Cylindrical-coordinate representation of color #7D8730: hue angle of 66.9º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D8730 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 135 48 -
CMYK 0.07 0 0.64 0.47
HSL 66.9º 0.48% 0.36% -
HSV(B) 66.9º 0.64% 0.53% -
XYZ 17.65 21.9 6.09 -
YUV 122.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 125 135 48 0.07 0 0.64 0.47 66.9 0.48 0.36
Hex 7D 87 30 7 0 40 2F 43 30 24
Octal 175 207 60 7 0 100 57 103 60 44
Binary 1111101 10000111 110000 111 0 1000000 101111 1000011 110000 100100

Color Harmonies of #7D8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8730

Black with #7D8730

Text Example


Text Example

White with #7D8730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,135,48); }

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

background-color css

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

 a { background-color: rgb(125,135,48); }

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

border-color css

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

 span { border-color: rgb(125,135,48); }

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