Html Css Color HEX #7C8525 Trendy Green

📋 copy color: '#7C8525'

red 124 ◦ green 133 ◦ blue 37

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

Shades of Trendy Green #7C8525

Tints of Trendy Green #7C8525

RGB

 RED value IS 124 (48.83% from 255) = 42.18%

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

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 42.18%
G = 45.24%
B = 12.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#7C8525 (or 0x7C8525) is known color: Trendy Green. HEX triplet: 7C, 85 and 25. RGB value is (124,133,37). Sum of RGB (Red+Green+Blue) = 124+133+37=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8525 is #837ADA. Grayscale: #777777. Windows color (decimal): -8616667 or 2459004. OLE color: 2459004.

HSL color Cylindrical-coordinate representation of color #7C8525: hue angle of 65.62º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C8525 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 133 37 -
CMYK 0.07 0 0.72 0.48
HSL 65.63º 0.56% 0.33% -
HSV(B) 65.63º 0.72% 0.52% -
XYZ 17.03 21.19 4.94 -
YUV 119.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 124 133 37 0.07 0 0.72 0.48 65.63 0.56 0.33
Hex 7C 85 25 7 0 48 30 42 38 21
Octal 174 205 45 7 0 110 60 102 70 41
Binary 1111100 10000101 100101 111 0 1001000 110000 1000010 111000 100001

Color Harmonies of #7C8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8525

Black with #7C8525

Text Example


Text Example

White with #7C8525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,133,37); }

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

background-color css

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

 a { background-color: rgb(124,133,37); }

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

border-color css

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

 span { border-color: rgb(124,133,37); }

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