#507107

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

Shades of Fiji Green #507107

Tints of Fiji Green #507107

Color information

#507107 (or 0x507107) is unknown color: approx Fiji Green. HEX triplet: 50, 71 and 07. RGB value is (80,113,7). Sum of RGB (Red+Green+Blue) = 80+113+7=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #507107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507107 is #AF8EF8. Grayscale: #5B5B5B. Windows color (decimal): -11505401 or 487760. OLE color: 487760.

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

Color convert

RGB801137-
CMYK0.2900.940.56
HSL78.68º88.33%23.53%-
HSV(B)78.68º93.81%44.31%-
XYZ9.2513.532.33-
YUV91.0580.57120.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 56.5%
BLUE value IS 7 (3.12% from 255) = 3.5%
R=40%
G=56.5%
B=3.5%

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
Decimal8011370.2900.940.5678.6888.3323.53
Hex507171D05E384f5818
Octal12016173501367011713030
Binary1010000111000111111101010111101110001001111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507107; }

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

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

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

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

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

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

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

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