#507007

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

Shades of Fiji Green #507007

Tints of Fiji Green #507007

Color information

#507007 (or 0x507007) is unknown color: approx Fiji Green. HEX triplet: 50, 70 and 07. RGB value is (80,112,7). Sum of RGB (Red+Green+Blue) = 80+112+7=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #507007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507007 is #AF8FF8. Grayscale: #5A5A5A. Windows color (decimal): -11505657 or 487504. OLE color: 487504.

HSL color Cylindrical-coordinate representation of color #507007: hue angle of 78.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #507007 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB801127-
CMYK0.2900.940.56
HSL78.29º88.24%23.33%-
HSV(B)78.29º93.75%43.92%-
XYZ9.1413.312.29-
YUV90.4680.9120.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=40.20%
G=56.28%
B=3.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8011270.2900.940.5678.2988.2423.33
Hex507071D05E384e5817
Octal12016073501367011613027
Binary1010000111000011111101010111101110001001110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507007; }

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

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

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

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

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

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

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

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