#7F841C

Color #7F841C Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #7F841C

Tints of Trendy Green #7F841C

Color information

#7F841C (or 0x7F841C) is unknown color: approx Trendy Green. HEX triplet: 7F, 84 and 1C. RGB value is (127,132,28). Sum of RGB (Red+Green+Blue) = 127+132+28=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #7F841C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F841C is #807BE3. Grayscale: #777777. Windows color (decimal): -8420324 or 1868927. OLE color: 1868927.

HSL color Cylindrical-coordinate representation of color #7F841C: hue angle of 62.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F841C is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB12713228-
CMYK0.0400.790.48
HSL62.88º65%31.37%-
HSV(B)62.88º78.79%51.76%-
XYZ17.2121.14.26-
YUV118.6576.84133.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.25%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=44.25%
G=45.99%
B=9.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127132280.0400.790.4862.886531.37
Hex7F841C404F303f411f
Octal1772043440117607710137
Binary1111111100001001110010001001111110000111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,132,28); }

 H1.HeaderClassName
 {
   color: #7F841C;
 }
 .AnyTagClassName
 {
   color: #7F841C;
 }
</style>
background-color css

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

 a { background-color: rgb(127,132,28); }

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

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

 span { border-color: rgb(127,132,28); }

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