#507907

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

Shades of Fiji Green #507907

Tints of Fiji Green #507907

Color information

#507907 (or 0x507907) is unknown color: approx Fiji Green. HEX triplet: 50, 79 and 07. RGB value is (80,121,7). Sum of RGB (Red+Green+Blue) = 80+121+7=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #507907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507907 is #AF86F8. Grayscale: #606060. Windows color (decimal): -11503353 or 489808. OLE color: 489808.

HSL color Cylindrical-coordinate representation of color #507907: hue angle of 81.58º 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 #507907 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB801217-
CMYK0.3400.940.53
HSL81.58º89.06%25.1%-
HSV(B)81.58º94.21%47.45%-
XYZ10.1815.42.64-
YUV95.7477.92116.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 121 (47.66% from 255) = 58.17%
BLUE value IS 7 (3.12% from 255) = 3.37%
R=38.46%
G=58.17%
B=3.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8012170.3400.940.5381.5889.0625.1
Hex507972205E35525919
Octal12017174201366512213131
Binary10100001111001111100010010111101101011010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507907; }

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

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

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

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

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

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

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

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