#507B07

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

Shades of Fiji Green #507B07

Tints of Fiji Green #507B07

Color information

#507B07 (or 0x507B07) is unknown color: approx Fiji Green. HEX triplet: 50, 7B and 07. RGB value is (80,123,7). Sum of RGB (Red+Green+Blue) = 80+123+7=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #507B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507B07 is #AF84F8. Grayscale: #616161. Windows color (decimal): -11502841 or 490320. OLE color: 490320.

HSL color Cylindrical-coordinate representation of color #507B07: hue angle of 82.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #507B07 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB801237-
CMYK0.3500.940.52
HSL82.24º89.23%25.49%-
HSV(B)82.24º94.31%48.24%-
XYZ10.4315.892.72-
YUV96.9277.25115.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 7 (3.12% from 255) = 3.33%
R=38.10%
G=58.57%
B=3.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8012370.3500.940.5282.2489.2325.49
Hex507B72305E34525919
Octal12017374301366412213131
Binary10100001111011111100011010111101101001010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507B07; }

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

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

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

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

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

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

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

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