Html Css Color HEX #7C8513 Trendy Green

📋 copy color: '#7C8513'

red 124 ◦ green 133 ◦ blue 19

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

Shades of Trendy Green #7C8513

Tints of Trendy Green #7C8513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 44.93%
G = 48.19%
B = 6.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#7C8513 (or 0x7C8513) is known color: Trendy Green. HEX triplet: 7C, 85 and 13. RGB value is (124,133,19). Sum of RGB (Red+Green+Blue) = 124+133+19=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8513 is #837AEC. Grayscale: #757575. Windows color (decimal): -8616685 or 1279356. OLE color: 1279356.

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

Color convert

RGB 124 133 19 -
CMYK 0.07 0 0.86 0.48
HSL 64.74º 0.75% 0.3% -
HSV(B) 64.74º 0.86% 0.52% -
XYZ 16.82 21.11 3.8 -
YUV 117.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 124 133 19 0.07 0 0.86 0.48 64.74 0.75 0.3
Hex 7C 85 13 7 0 56 30 41 4B 1E
Octal 174 205 23 7 0 126 60 101 113 36
Binary 1111100 10000101 10011 111 0 1010110 110000 1000001 1001011 11110

Color Harmonies of #7C8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8513

Black with #7C8513

Text Example


Text Example

White with #7C8513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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