Html Css Color HEX #7F8513 Trendy Green

📋 copy color: '#7F8513'

red 127 ◦ green 133 ◦ blue 19

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

Shades of Trendy Green #7F8513

Tints of Trendy Green #7F8513

RGB

 RED value IS 127 (50% from 255) = 45.52%

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

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

R = 45.52%
G = 47.67%
B = 6.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#7F8513 (or 0x7F8513) is known color: Trendy Green. HEX triplet: 7F, 85 and 13. RGB value is (127,133,19). Sum of RGB (Red+Green+Blue) = 127+133+19=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8513 is #807AEC. Grayscale: #767676. Windows color (decimal): -8420077 or 1279359. OLE color: 1279359.

HSL color Cylindrical-coordinate representation of color #7F8513: hue angle of 63.16º 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 #7F8513 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 133 19 -
CMYK 0.05 0 0.86 0.48
HSL 63.16º 0.75% 0.3% -
HSV(B) 63.16º 0.86% 0.52% -
XYZ 17.26 21.33 3.82 -
YUV 118.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 127 133 19 0.05 0 0.86 0.48 63.16 0.75 0.3
Hex 7F 85 13 5 0 56 30 3F 4B 1E
Octal 177 205 23 5 0 126 60 77 113 36
Binary 1111111 10000101 10011 101 0 1010110 110000 111111 1001011 11110

Color Harmonies of #7F8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8513

Black with #7F8513

Text Example


Text Example

White with #7F8513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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