#507005

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

Shades of Fiji Green #507005

Tints of Fiji Green #507005

Color information

#507005 (or 0x507005) is unknown color: approx Fiji Green. HEX triplet: 50, 70 and 05. RGB value is (80,112,5). Sum of RGB (Red+Green+Blue) = 80+112+5=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #507005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507005 is #AF8FFA. Grayscale: #5A5A5A. Windows color (decimal): -11505659 or 356432. OLE color: 356432.

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

Color convert

RGB801125-
CMYK0.2900.960.56
HSL77.94º91.45%22.94%-
HSV(B)77.94º95.54%43.92%-
XYZ9.1313.32.23-
YUV90.2379.9120.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=40.61%
G=56.85%
B=2.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8011250.2900.960.5677.9491.4522.94
Hex507051D060384e5b17
Octal12016053501407011613327
Binary1010000111000010111101011000001110001001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507005; }

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

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

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

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

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

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

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

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