#507607

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

Shades of Fiji Green #507607

Tints of Fiji Green #507607

Color information

#507607 (or 0x507607) is unknown color: approx Fiji Green. HEX triplet: 50, 76 and 07. RGB value is (80,118,7). Sum of RGB (Red+Green+Blue) = 80+118+7=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #507607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507607 is #AF89F8. Grayscale: #5E5E5E. Windows color (decimal): -11504121 or 489040. OLE color: 489040.

HSL color Cylindrical-coordinate representation of color #507607: hue angle of 80.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #507607 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB801187-
CMYK0.3200.940.54
HSL80.54º88.8%24.51%-
HSV(B)80.54º94.07%46.27%-
XYZ9.8314.682.52-
YUV93.9878.91118.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=39.02%
G=57.56%
B=3.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8011870.3200.940.5480.5488.824.51
Hex507672005E36515919
Octal12016674001366612113131
Binary10100001110110111100000010111101101101010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507607; }

 p { color: rgb(80,118,7); }

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

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

 a { background-color: rgb(80,118,7); }

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

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

 span { border-color: rgb(80,118,7); }

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