#507807

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

Shades of Fiji Green #507807

Tints of Fiji Green #507807

Color information

#507807 (or 0x507807) is unknown color: approx Fiji Green. HEX triplet: 50, 78 and 07. RGB value is (80,120,7). Sum of RGB (Red+Green+Blue) = 80+120+7=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #507807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507807 is #AF87F8. Grayscale: #5F5F5F. Windows color (decimal): -11503609 or 489552. OLE color: 489552.

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

Color convert

RGB801207-
CMYK0.3300.940.53
HSL81.24º88.98%24.9%-
HSV(B)81.24º94.17%47.06%-
XYZ10.0615.152.6-
YUV95.1678.25117.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 120 (47.27% from 255) = 57.97%
BLUE value IS 7 (3.12% from 255) = 3.38%
R=38.65%
G=57.97%
B=3.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8012070.3300.940.5381.2488.9824.9
Hex507872105E35515919
Octal12017074101366512113131
Binary10100001111000111100001010111101101011010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507807; }

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

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

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

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

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

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

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

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