#7F8618

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

Shades of Trendy Green #7F8618

Tints of Trendy Green #7F8618

Color information

#7F8618 (or 0x7F8618) is unknown color: approx Trendy Green. HEX triplet: 7F, 86 and 18. RGB value is (127,134,24). Sum of RGB (Red+Green+Blue) = 127+134+24=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8618 is #8079E7. Grayscale: #777777. Windows color (decimal): -8419816 or 1607295. OLE color: 1607295.

HSL color Cylindrical-coordinate representation of color #7F8618: hue angle of 63.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F8618 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB12713424-
CMYK0.0500.820.47
HSL63.82º69.62%30.98%-
HSV(B)63.82º82.09%52.55%-
XYZ17.4421.634.12-
YUV119.3774.18133.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.56%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=44.56%
G=47.02%
B=8.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134240.0500.820.4763.8269.6230.98
Hex7F861850522F40461f
Octal17720630501225710010637
Binary11111111000011011000101010100101011111000000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,24); }

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

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

 a { background-color: rgb(127,134,24); }

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

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

 span { border-color: rgb(127,134,24); }

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