Html Css Color HEX #7D8230 Trendy Green

📋 copy color: '#7D8230'

red 125 ◦ green 130 ◦ blue 48

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

Shades of Trendy Green #7D8230

Tints of Trendy Green #7D8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 41.25%
G = 42.9%
B = 15.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#7D8230 (or 0x7D8230) is known color: Trendy Green. HEX triplet: 7D, 82 and 30. RGB value is (125,130,48). Sum of RGB (Red+Green+Blue) = 125+130+48=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8230 is #827DCF. Grayscale: #777777. Windows color (decimal): -8551888 or 3179133. OLE color: 3179133.

HSL color Cylindrical-coordinate representation of color #7D8230: hue angle of 63.66º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D8230 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 130 48 -
CMYK 0.04 0 0.63 0.49
HSL 63.66º 0.46% 0.35% -
HSV(B) 63.66º 0.63% 0.51% -
XYZ 16.97 20.54 5.87 -
YUV 119.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 125 130 48 0.04 0 0.63 0.49 63.66 0.46 0.35
Hex 7D 82 30 4 0 3F 31 40 2E 23
Octal 175 202 60 4 0 77 61 100 56 43
Binary 1111101 10000010 110000 100 0 111111 110001 1000000 101110 100011

Color Harmonies of #7D8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8230

Black with #7D8230

Text Example


Text Example

White with #7D8230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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