#507700

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

Shades of Fiji Green #507700

Tints of Fiji Green #507700

Color information

#507700 (or 0x507700) is unknown color: approx Fiji Green. HEX triplet: 50, 77 and 00. RGB value is (80,119,0). Sum of RGB (Red+Green+Blue) = 80+119+0=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #507700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507700 is #AF88FF. Grayscale: #5E5E5E. Windows color (decimal): -11503872 or 30544. OLE color: 30544.

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

Color convert

RGB801190-
CMYK0.33010.53
HSL79.66º100%23.33%-
HSV(B)79.66º100%46.67%-
XYZ9.9114.92.35-
YUV93.7775.08118.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.20%
G=59.80%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8011900.33010.5379.6610023.33
Hex507702106435506417
Octal12016704101446512014427
Binary101000011101110100001011001001101011010000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507700; }

 p { color: rgb(80,119,0); }

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

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

 a { background-color: rgb(80,119,0); }

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

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

 span { border-color: rgb(80,119,0); }

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